The Spring Framework

Uses of Interface
org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory

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 honouring the AspectJ 5 annotation syntax, using reflection to invoke advice methods.
 

Methods in org.springframework.aop.aspectj.annotation with parameters of type AspectJAdvisorFactory
protected  List<Advisor> AnnotationAwareAspectJAutoProxyCreator.createAspectJAdvisors(AspectJAdvisorFactory aspectJAdvisorFactory, ListableBeanFactory beanFactory)
          Look for AspectJ annotated aspect classes in the current bean factory, and return to a list of Spring AOP advisors representing them.
 void AnnotationAwareAspectJAutoProxyCreator.setAspectJAdvisorFactory(AspectJAdvisorFactory aspectJAdvisorFactory)
           
 

Constructors in org.springframework.aop.aspectj.annotation with parameters of type AspectJAdvisorFactory
InstantiationModelAwarePointcutAdvisorImpl(AspectJAdvisorFactory af, AspectJExpressionPointcut ajexp, MetadataAwareAspectInstanceFactory aif, Method method, int declarationOrderInAspect, String aspectName)
           
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.