org.springframework.aop
Interface PointcutAdvisor

All Superinterfaces:
Advisor
All Known Implementing Classes:
AbstractPointcutAdvisor, DynamicMethodMatcherPointcutAdvisor, NameMatchMethodPointcutAdvisor, StaticMethodMatcherPointcutAdvisor

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

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



Copyright (C) 2003-2004 The Spring Framework Project.