Uses of Interface
org.springframework.aop.PointcutAdvisor
Packages that use PointcutAdvisor
Package
Description
AspectJ integration package.
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Convenience classes for using Spring's AOP API.
-
Uses of PointcutAdvisor in org.springframework.aop.aspectj
Subinterfaces of PointcutAdvisor in org.springframework.aop.aspectjModifier and TypeInterfaceDescriptioninterfaceInterface to be implemented by Spring AOP Advisors wrapping AspectJ aspects that may have a lazy initialization strategy.Classes in org.springframework.aop.aspectj that implement PointcutAdvisorModifier and TypeClassDescriptionclassSpring AOP Advisor that can be used for any AspectJ pointcut expression.class -
Uses of PointcutAdvisor in org.springframework.aop.aspectj.annotation
Classes in org.springframework.aop.aspectj.annotation that implement PointcutAdvisorModifier and TypeClassDescriptionprotected static classSynthetic advisor that instantiates the aspect. -
Uses of PointcutAdvisor in org.springframework.aop.support
Classes in org.springframework.aop.support that implement PointcutAdvisorModifier and TypeClassDescriptionclassAbstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory.classAbstract genericPointcutAdvisorthat allows for anyAdviceto be configured.classAbstract base class forPointcutAdvisorimplementations.classConcrete BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in the BeanFactory, as well as the Pointcut to be configured through a bean property.classConvenient Pointcut-driven Advisor implementation.classConvenient class for name-match method pointcuts that hold an Advice, making them an Advisor.classConvenient class for regexp method pointcuts that hold an Advice, making them anAdvisor.classConvenient base class for Advisors that are also static pointcuts.