org.springframework.aop.support
Class DynamicMethodMatcherPointcutAroundAdvisor

org.springframework.aop.support.DynamicMethodMatcher
  |
  +--org.springframework.aop.support.DynamicMethodMatcherPointcutAroundAdvisor

public abstract class DynamicMethodMatcherPointcutAroundAdvisor
extends DynamicMethodMatcher
implements InterceptionAroundAdvisor, Pointcut

Convenient superclass for Advisors that are also dynamic pointcuts.

Author:
Rod Johnson

Method Summary
 ClassFiltergetClassFilter()
           
 InterceptorgetInterceptor()
           
 final MethodMatchergetMethodMatcher()
           
 final PointcutgetPointcut()
           
 booleanisPerInstance()
           
 voidsetInterceptor(Interceptor interceptor)
           

Methods inherited from class org.springframework.aop.support.DynamicMethodMatcher
isRuntime, matches

Method Detail

getClassFilter

public ClassFilter getClassFilter()

getInterceptor

public Interceptor getInterceptor()

getMethodMatcher

public final MethodMatcher getMethodMatcher()

getPointcut

public final Pointcut getPointcut()

isPerInstance

public boolean isPerInstance()

setInterceptor

public void setInterceptor(Interceptor interceptor)