当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
PointcutAdvisor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop
Interface PointcutAdvisor
- All Superinterfaces:
- Advisor
- All Known Subinterfaces:
- InstantiationModelAwarePointcutAdvisor
- All Known Implementing Classes:
- AbstractBeanFactoryPointcutAdvisor, AbstractGenericPointcutAdvisor, AbstractPointcutAdvisor, AspectJExpressionPointcutAdvisor, AspectJPointcutAdvisor, DefaultBeanFactoryPointcutAdvisor, DefaultPointcutAdvisor, DynamicMethodMatcherPointcutAdvisor, 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.
- Author:
- Rod Johnson
getPointcut
Pointcut getPointcut()
- Get the Pointcut that drives this advisor.
Copyright © 2002-2007 The Spring Framework.