接口的使用
infra.aop.PointcutAdvisor
使用PointcutAdvisor的程序包
程序包
说明
AspectJ integration package.
Classes enabling AspectJ 5 @Annotated classes to be used in Framework AOP.
-
infra.aop.aspectj中PointcutAdvisor的使用
修饰符和类型接口说明interfaceInterface to be implemented by Framework AOP Advisors wrapping AspectJ aspects that may have a lazy initialization strategy.修饰符和类型类说明classFramework AOP Advisor that can be used for any AspectJ pointcut expression.classAspectJPointcutAdvisor that adapts anAbstractAspectJAdviceto thePointcutAdvisorinterface. -
infra.aop.aspectj.annotation中PointcutAdvisor的使用
修饰符和类型类说明(专用程序包) final classInternal implementation of AspectJPointcutAdvisor.protected static classSynthetic advisor that instantiates the aspect. -
infra.aop.support中PointcutAdvisor的使用
修饰符和类型类说明classAbstract 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.