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

All Implemented Interfaces:
    Pointcut, MethodMatcher

Direct Known Subclasses:
    PerTargetInstantiationModelPointcut, DynamicMethodMatcherPointcutAdvisor

Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts. The getClassFilter() method can be overriden to customize ClassFilter behaviour as well.
Method from org.springframework.aop.support.DynamicMethodMatcherPointcut Summary:
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.DynamicMethodMatcherPointcut Detail:
 public ClassFilter getClassFilter() 
 public final MethodMatcher getMethodMatcher()