Convenient class for name-match method pointcuts that hold an Advice,
making them an Advisor.
author: Juergen Hoeller author: Rob Harrop See Also:NameMatchMethodPointcut
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.
Parameters: name - name of the additional method that will match this pointcut to allow for multiple additions in one line See Also:NameMatchMethodPointcut.addMethodName
public void setMappedNames(String[] mappedNames)(Code)
Set the method names defining methods to match.
Matching will be the union of all these; if any match,
the pointcut matches.
See Also:NameMatchMethodPointcut.setMappedNames
Methods inherited from org.springframework.aop.support.AbstractGenericPointcutAdvisor