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

All Implemented Interfaces:
    Pointcut, MethodMatcher

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

Convenient superclass when we want to force subclasses to implement the MethodMatcher interface but subclasses will want to be pointcuts.

The "classFilter" property can be set to customize ClassFilter behavior. The default is ClassFilter#TRUE .

Method from org.springframework.aop.support.StaticMethodMatcherPointcut Summary:
getClassFilter,   getMethodMatcher,   setClassFilter
Methods from org.springframework.aop.support.StaticMethodMatcher:
isRuntime,   matches
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.StaticMethodMatcherPointcut Detail:
 public ClassFilter getClassFilter() 
 public final MethodMatcher getMethodMatcher() 
 public  void setClassFilter(ClassFilter classFilter)