站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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

Method Summary
 Pointcut getPointcut()
          Get the Pointcut that drives this advisor.
 
Methods inherited from interface org.springframework.aop.Advisor
getAdvice, isPerInstance
 

Method Detail

getPointcut

Pointcut getPointcut()
Get the Pointcut that drives this advisor.



Copyright (c) 2002-2007 The Spring Framework Project.