org.springframework.aop.support
Class StaticMethodMatcherPointcut
org.springframework.aop.support.StaticMethodMatcher
|
+--org.springframework.aop.support.StaticMethodMatcherPointcut
- Direct Known Subclasses:
- NameMatchMethodPointcut, RegexpMethodPointcut, StaticMethodMatcherPointcutAdvisor
- public abstract class StaticMethodMatcherPointcut
- extends StaticMethodMatcher
- implements Pointcut
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.
- Author:
- Rod Johnson
- Version: $Id: StaticMethodMatcherPointcut.java,v 1.3 2004/01/13 16:34:31 johnsonr Exp $
getClassFilter
public ClassFilter getClassFilter()
getMethodMatcher
public final MethodMatcher getMethodMatcher()