org.springframework.aop.support
Class DynamicMethodMatcherPointcut
java.lang.Object
   org.springframework.aop.support.DynamicMethodMatcher
org.springframework.aop.support.DynamicMethodMatcher
       org.springframework.aop.support.DynamicMethodMatcherPointcut
org.springframework.aop.support.DynamicMethodMatcherPointcut
- All Implemented Interfaces: 
- MethodMatcher, Pointcut
- Direct Known Subclasses: 
- DynamicMethodMatcherPointcutAdvisor
- public abstract class DynamicMethodMatcherPointcut- extends DynamicMethodMatcher- 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
 
| Fields inherited from interface org.springframework.aop.Pointcut | 
| TRUE | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
DynamicMethodMatcherPointcut
public DynamicMethodMatcherPointcut()
getClassFilter
public ClassFilter getClassFilter()
- 
- Specified by:
- getClassFilterin interface- Pointcut
 
- 
 
getMethodMatcher
public final MethodMatcher getMethodMatcher()
- 
- Specified by:
- getMethodMatcherin interface- Pointcut
 
- 
 
Copyright (C) 2003-2004 The Spring Framework Project.