Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » support » [javadoc | source]
org.springframework.aop.support
abstract public class: DynamicMethodMatcherPointcutAdvisor [javadoc | source]
java.lang.Object
   org.springframework.aop.support.DynamicMethodMatcher
      org.springframework.aop.support.DynamicMethodMatcherPointcut
         org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor

All Implemented Interfaces:
    Ordered, PointcutAdvisor, Serializable, Pointcut, MethodMatcher

Convenient superclass for Advisors that are also dynamic pointcuts. Serializable if Advice and subclass is.
Constructor:
 protected DynamicMethodMatcherPointcutAdvisor() 
 protected DynamicMethodMatcherPointcutAdvisor(Advice advice) 
Method from org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor Summary:
getAdvice,   getOrder,   getPointcut,   isPerInstance,   setAdvice,   setOrder
Methods from org.springframework.aop.support.DynamicMethodMatcherPointcut:
getClassFilter,   getMethodMatcher
Methods from org.springframework.aop.support.DynamicMethodMatcher:
isRuntime,   matches
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor Detail:
 public Advice getAdvice() 
 public int getOrder() 
 public final Pointcut getPointcut() 
 public boolean isPerInstance() 
 public  void setAdvice(Advice advice) 
 public  void setOrder(int order)