Uses of Interface
org.springframework.aop.aspectj.AspectInstanceFactory
Package
Description
AspectJ integration package.
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
-
Uses of AspectInstanceFactory in org.springframework.aop.aspectj
Modifier and TypeClassDescriptionclass
Implementation ofAspectInstanceFactory
that creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()
call.class
Implementation ofAspectInstanceFactory
that is backed by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()
call.Modifier and TypeMethodDescriptionfinal AspectInstanceFactory
AbstractAspectJAdvice.getAspectInstanceFactory()
Return the factory for aspect instances.ModifierConstructorDescriptionAbstractAspectJAdvice
(Method aspectJAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aspectInstanceFactory) Create a new AbstractAspectJAdvice for the given advice method.AspectJAfterAdvice
(Method aspectJBeforeAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif) AspectJAfterReturningAdvice
(Method aspectJBeforeAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif) AspectJAfterThrowingAdvice
(Method aspectJBeforeAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif) AspectJAroundAdvice
(Method aspectJAroundAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif) AspectJMethodBeforeAdvice
(Method aspectJBeforeAdviceMethod, AspectJExpressionPointcut pointcut, AspectInstanceFactory aif) -
Uses of AspectInstanceFactory in org.springframework.aop.aspectj.annotation
Modifier and TypeInterfaceDescriptioninterface
Subinterface ofAspectInstanceFactory
that returnsAspectMetadata
associated with AspectJ-annotated classes.Modifier and TypeClassDescriptionclass
AspectInstanceFactory
implementation backed by a SpringBeanFactory
.class
Decorator to cause aMetadataAwareAspectInstanceFactory
to instantiate only once.class
AspectInstanceFactory
backed by aBeanFactory
-provided prototype, enforcing prototype semantics.class
Implementation ofMetadataAwareAspectInstanceFactory
that creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()
call.class
Implementation ofMetadataAwareAspectInstanceFactory
that is backed by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()
call. -
Uses of AspectInstanceFactory in org.springframework.aop.config
Modifier and TypeClassDescriptionclass
Implementation ofAspectInstanceFactory
that locates the aspect from theBeanFactory
using a configured bean name.