接口 PointcutAdvisor
- 所有超级接口:
Advisor
- 所有已知实现类:
AbstractBeanFactoryPointcutAdvisor,AbstractGenericPointcutAdvisor,AbstractPointcutAdvisor,AspectJExpressionPointcutAdvisor,AspectJPointcutAdvisor,AsyncAnnotationAdvisor,BeanFactoryCacheOperationSourceAdvisor,BeanFactoryJCacheOperationSourceAdvisor,BeanFactoryTransactionAttributeSourceAdvisor,DefaultBeanFactoryPointcutAdvisor,DefaultPointcutAdvisor,NameMatchMethodPointcutAdvisor,PersistenceExceptionTranslationAdvisor,ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor,RegexpMethodPointcutAdvisor,StaticMethodMatcherPointcutAdvisor,TransactionAttributeSourceAdvisor
public interface PointcutAdvisor extends Advisor
Superinterface for all Advisors that are driven by a pointcut. This covers nearly all advisors except introduction advisors, for which method-level matching doesn't apply.- 作者:
- Rod Johnson
字段概要
从接口继承的字段 org.springframework.aop.Advisor
EMPTY_ADVICE
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 PointcutgetPointcut()Get the Pointcut that drives this advisor.从接口继承的方法 org.springframework.aop.Advisor
getAdvice, isPerInstance
方法详细资料
getPointcut
Pointcut getPointcut()
Get the Pointcut that drives this advisor.