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

All Implemented Interfaces:
    MethodMatcher

Direct Known Subclasses:
    TransactionAttributeSourcePointcut, GetterPointcut, AbstractRegexpMethodPointcut, Perl5RegexpMethodPointcut, JdkRegexpMethodPointcut, SetterPointcut, StaticMethodMatcherPointcutAdvisor, StaticMethodMatcherPointcut, NameMatchMethodPointcut, AdviceExcludingMethodMatcher, AnnotationMethodMatcher

Convenient abstract superclass for static method matchers, which don't care about arguments at runtime.
Method from org.springframework.aop.support.StaticMethodMatcher Summary:
isRuntime,   matches
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.StaticMethodMatcher Detail:
 public final boolean isRuntime() 
 public final boolean matches(Method method,
    Class targetClass,
    Object[] args)