| java.lang.Object | |||
| ↳ | org.springframework.aop.support.AbstractPointcutAdvisor | ||
| ↳ | org.springframework.aop.support.AbstractGenericPointcutAdvisor | ||
| ↳ | org.springframework.aop.support.NameMatchMethodPointcutAdvisor | ||
Convenient class for name-match method pointcuts that hold an Advice, making them an Advisor.
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
org.springframework.core.Ordered | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Add another eligible method name, in addition to those already named. | |||||||||||
| Set the  ClassFilterto use for this pointcut. | |||||||||||
| Convenience method when we have only a single method name to match. | |||||||||||
| Set the method names defining methods to match. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  org.springframework.aop.support.AbstractGenericPointcutAdvisor | |||||||||||
|  From class
  org.springframework.aop.support.AbstractPointcutAdvisor | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.aop.Advisor | |||||||||||
|  From interface
  org.springframework.aop.PointcutAdvisor | |||||||||||
|  From interface
  org.springframework.core.Ordered | |||||||||||
Add another eligible method name, in addition to those already named. Like the set methods, this method is for use when configuring proxies, before a proxy is used.
| name | name of the additional method that will match | 
|---|
Set the ClassFilter to use for this pointcut.
 Default is TRUE.
Convenience method when we have only a single method name to match.
 Use either this method or setMappedNames, not both.
Set the method names defining methods to match. Matching will be the union of all these; if any match, the pointcut matches.