|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.support.StaticMethodMatcher org.springframework.aop.support.StaticMethodMatcherPointcut org.springframework.aop.support.AbstractRegexpMethodPointcut org.springframework.aop.support.Perl5RegexpMethodPointcut org.springframework.aop.support.RegexpMethodPointcut
This class is retained for backward compatibility. As of Spring 1.1, use Perl5RegexpMethodPointcut for Perl5 pointcuts as in Spring 1.0.
This change allows us to support other pointcut syntaxes and still preserve consistent naming conventions within the framework.
Perl5RegexpMethodPointcut
,
JdkRegexpMethodPointcut
,
Serialized FormField Summary |
Fields inherited from class org.springframework.aop.support.AbstractRegexpMethodPointcut |
logger |
Fields inherited from interface org.springframework.aop.ClassFilter |
TRUE |
Fields inherited from interface org.springframework.aop.Pointcut |
TRUE |
Fields inherited from interface org.springframework.aop.MethodMatcher |
TRUE |
Constructor Summary | |
RegexpMethodPointcut()
Deprecated. |
Methods inherited from class org.springframework.aop.support.Perl5RegexpMethodPointcut |
initPatternRepresentation, matches |
Methods inherited from class org.springframework.aop.support.AbstractRegexpMethodPointcut |
getClassFilter, getPatterns, matches, matches, setPattern, setPatterns |
Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut |
getMethodMatcher |
Methods inherited from class org.springframework.aop.support.StaticMethodMatcher |
isRuntime, matches |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegexpMethodPointcut()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |