org.springframework.aop.support
Class RegexpMethodPointcut
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
- All Implemented Interfaces:
- ClassFilter, MethodMatcher, Pointcut, Serializable
Deprecated. use Perl5RegexpMethodPointcut instead
- public class RegexpMethodPointcut
- extends Perl5RegexpMethodPointcut
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.
- Author:
- Rod Johnson
- See Also:
Perl5RegexpMethodPointcut
,
JdkRegexpMethodPointcut
,
Serialized Form
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 |
RegexpMethodPointcut
public RegexpMethodPointcut()
- Deprecated.
Copyright (C) 2003-2004 The Spring Framework Project.