AbstractRegexpMethodPointcut()
Abstract base regular expression pointcut bean. JavaBean properties are:
Note: the regular expressions must be a match. For example, .*get.* will match com.mycom.Foo.getBar(). get.* will not.
This base class is serializable. Subclasses should declare all fields transient; the #initPatternRepresentation method will be invoked again on deserialization.
Author
Rod Johnson
Author
Juergen Hoeller
Author
Rob Harrop
Since
1.1
See Also
JdkRegexpMethodPointcut