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

All Implemented Interfaces:
    MethodMatcher

Direct Known Subclasses:
    PerTargetInstantiationModelPointcut, DynamicMethodMatcherPointcutAdvisor, DynamicMethodMatcherPointcut

Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime.
Method from org.springframework.aop.support.DynamicMethodMatcher Summary:
isRuntime,   matches
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.DynamicMethodMatcher Detail:
 public final boolean isRuntime() 
 public boolean matches(Method method,
    Class targetClass) 
    Can override to add preconditions for dynamic matching. This implementation always returns true.