java.lang.Objectorg.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.aop.support.AbstractGenericPointcutAdvisor
org.springframework.aop.support.RegexpMethodPointcutAdvisor
All Implemented Interfaces:
Ordered, PointcutAdvisor, Serializable
Configure this class using the "pattern" and "patterns" pass-through properties. These are analogous to the pattern and patterns properties of AbstractRegexpMethodPointcut .
Can delegate to any AbstractRegexpMethodPointcut subclass. By default, JdkRegexpMethodPointcut will be used. To choose a specific one, override the #createPointcut method.
Rod - JohnsonJuergen - Hoeller| Constructor: |
|---|
|
|
|
|
| Method from org.springframework.aop.support.RegexpMethodPointcutAdvisor Summary: |
|---|
| createPointcut, getPointcut, setPattern, setPatterns, toString |
| Methods from org.springframework.aop.support.AbstractGenericPointcutAdvisor: |
|---|
| getAdvice, setAdvice, toString |
| Methods from org.springframework.aop.support.AbstractPointcutAdvisor: |
|---|
| equals, getOrder, hashCode, isPerInstance, setOrder |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.aop.support.RegexpMethodPointcutAdvisor Detail: |
|---|
|
|
Use either this method or #setPatterns , not both. |
Matching will be the union of all these; if any of the patterns matches, the pointcut matches. |
|