|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AspectJAdvisorFactory | |
---|---|
org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. |
Uses of AspectJAdvisorFactory in org.springframework.aop.aspectj.annotation |
---|
Classes in org.springframework.aop.aspectj.annotation that implement AspectJAdvisorFactory | |
---|---|
class |
AbstractAspectJAdvisorFactory
Abstract base class for factories that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax. |
class |
ReflectiveAspectJAdvisorFactory
Factory that can create Spring AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax, using reflection to invoke the corresponding advice methods. |
Methods in org.springframework.aop.aspectj.annotation with parameters of type AspectJAdvisorFactory | |
---|---|
void |
AnnotationAwareAspectJAutoProxyCreator.setAspectJAdvisorFactory(AspectJAdvisorFactory aspectJAdvisorFactory)
|
Constructors in org.springframework.aop.aspectj.annotation with parameters of type AspectJAdvisorFactory | |
---|---|
BeanFactoryAspectJAdvisorsBuilder(ListableBeanFactory beanFactory,
AspectJAdvisorFactory advisorFactory)
Create a new BeanFactoryAspectJAdvisorsBuilder for the given BeanFactory. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |