|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractGenericPointcutAdvisor | |
---|---|
org.springframework.aop.aspectj | AspectJ integration package. |
org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. |
org.springframework.aop.support | Convenience classes for using Spring's AOP API. |
Uses of AbstractGenericPointcutAdvisor in org.springframework.aop.aspectj |
---|
Subclasses of AbstractGenericPointcutAdvisor in org.springframework.aop.aspectj | |
---|---|
class |
AspectJExpressionPointcutAdvisor
Spring AOP Advisor that can be used for any AspectJ pointcut expression. |
Uses of AbstractGenericPointcutAdvisor in org.springframework.aop.aspectj.annotation |
---|
Subclasses of AbstractGenericPointcutAdvisor in org.springframework.aop.aspectj.annotation | |
---|---|
protected static class |
ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
Synthetic advisor that instantiates the aspect. |
Uses of AbstractGenericPointcutAdvisor in org.springframework.aop.support |
---|
Subclasses of AbstractGenericPointcutAdvisor in org.springframework.aop.support | |
---|---|
class |
DefaultPointcutAdvisor
Convenient Pointcut-driven Advisor implementation. |
class |
NameMatchMethodPointcutAdvisor
Convenient class for name-match method pointcuts that hold an Advice, making them an Advisor. |
class |
RegexpMethodPointcutAdvisor
Convenient class for regexp method pointcuts that hold an Advice, making them an Advisor . |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |