当前页面: 
在线文档首页 > 
Spring Framework 1.2.9 API 文档英文版
PointcutAdvisor (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.aop
Interface PointcutAdvisor
- All Superinterfaces: 
- Advisor
- All Known Implementing Classes: 
- AbstractPointcutAdvisor, DefaultPointcutAdvisor, DynamicMethodMatcherPointcutAdvisor, NameMatchMethodPointcutAdvisor, 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 (c) 2002-2007 The Spring Framework Project.