org.springframework.aop.support
Class RegexpMethodPointcut

java.lang.Object
  extended byorg.springframework.aop.support.StaticMethodMatcher
      extended byorg.springframework.aop.support.StaticMethodMatcherPointcut
          extended byorg.springframework.aop.support.AbstractRegexpMethodPointcut
              extended byorg.springframework.aop.support.Perl5RegexpMethodPointcut
                  extended byorg.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

Field 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, setClassFilter
 
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

RegexpMethodPointcut

public RegexpMethodPointcut()
Deprecated. 


Copyright (C) 2003-2004 The Spring Framework Project.