| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetadataAwareAspectInstanceFactory | |
|---|---|
| org.springframework.aop.aspectj.annotation | Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. | 
| Uses of MetadataAwareAspectInstanceFactory in org.springframework.aop.aspectj.annotation | 
|---|
| Classes in org.springframework.aop.aspectj.annotation that implement MetadataAwareAspectInstanceFactory | |
|---|---|
|  class | BeanFactoryAspectInstanceFactoryAspectInstanceFactory backed by a Spring BeanFactory. | 
|  class | LazySingletonAspectInstanceFactoryDecoratorDecorator to cause a MetadataAwareAspectInstanceFactory to instantiate only once. | 
|  class | PrototypeAspectInstanceFactoryAspectInstanceFactory backed by a BeanFactory-provided prototype, enforcing prototype semantics. | 
|  class | SimpleMetadataAwareAspectInstanceFactoryImplementation of MetadataAwareAspectInstanceFactorythat
 creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()call. | 
|  class | SingletonMetadataAwareAspectInstanceFactoryImplementation of MetadataAwareAspectInstanceFactorythat is backed
 by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()call. | 
| Methods in org.springframework.aop.aspectj.annotation with parameters of type MetadataAwareAspectInstanceFactory | |
|---|---|
|  Advice | AspectJAdvisorFactory.getAdvice(Method candidateAdviceMethod,
          AspectJExpressionPointcut pointcut,
          MetadataAwareAspectInstanceFactory aif,
          int declarationOrderInAspect,
          String aspectName)Build a Spring AOP Advice for the given AspectJ advice method. | 
|  Advice | ReflectiveAspectJAdvisorFactory.getAdvice(Method candidateAdviceMethod,
          AspectJExpressionPointcut ajexp,
          MetadataAwareAspectInstanceFactory aif,
          int declarationOrderInAspect,
          String aspectName) | 
|  Advisor | AspectJAdvisorFactory.getAdvisor(Method candidateAdviceMethod,
           MetadataAwareAspectInstanceFactory aif,
           int declarationOrderInAspect,
           String aspectName)Build a Spring AOP Advisor for the given AspectJ advice method. | 
|  Advisor | ReflectiveAspectJAdvisorFactory.getAdvisor(Method candidateAdviceMethod,
           MetadataAwareAspectInstanceFactory aif,
           int declarationOrderInAspect,
           String aspectName) | 
|  List<Advisor> | AspectJAdvisorFactory.getAdvisors(MetadataAwareAspectInstanceFactory aif)Build Spring AOP Advisors for all annotated At-AspectJ methods on the specified aspect instance. | 
|  List<Advisor> | ReflectiveAspectJAdvisorFactory.getAdvisors(MetadataAwareAspectInstanceFactory maaif) | 
| Constructors in org.springframework.aop.aspectj.annotation with parameters of type MetadataAwareAspectInstanceFactory | |
|---|---|
| LazySingletonAspectInstanceFactoryDecorator(MetadataAwareAspectInstanceFactory maaif)Create a new lazily initializing decorator for the given AspectInstanceFactory. | |
| ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor(MetadataAwareAspectInstanceFactory aif) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||