Class DynamicMethodMatcherPointcut
java.lang.Object
org.springframework.aop.support.DynamicMethodMatcher
org.springframework.aop.support.DynamicMethodMatcherPointcut
- All Implemented Interfaces:
- MethodMatcher, 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 overridden to customize ClassFilter behaviour as well.
- Author:
- Rod Johnson
- 
Field SummaryFields inherited from interface MethodMatcherTRUE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the ClassFilter for this pointcut.final MethodMatcherReturn the MethodMatcher for this pointcut.Methods inherited from class DynamicMethodMatcherisRuntime, matchesMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MethodMatchermatches
- 
Constructor Details- 
DynamicMethodMatcherPointcutpublic DynamicMethodMatcherPointcut()
 
- 
- 
Method Details- 
getClassFilterDescription copied from interface:PointcutReturn the ClassFilter for this pointcut.- Specified by:
- getClassFilterin interface- Pointcut
- Returns:
- the ClassFilter (never null)
 
- 
getMethodMatcherDescription copied from interface:PointcutReturn the MethodMatcher for this pointcut.- Specified by:
- getMethodMatcherin interface- Pointcut
- Returns:
- the MethodMatcher (never null)
 
 
-