org.springframework.aop.support
Class MethodMatchers

public class MethodMatchers
Static methods useful for composing MethodMatchers. A MethodMatcher may be evaluated statically (based on method and target class) or need further evaluation dynamically (based on arguments at the time of method invocation).
Since11.11.2003
VersionNot specified.
AuthorRod Johnson
Wiki javadoc Use textile entry format.
Add your comments here.
Constructor Summary
MethodMatchers()
No description provided.
Method Summary
static MethodMatcher intersection( MethodMatcher a, MethodMatcher b )
No description provided.
static MethodMatcher union( MethodMatcher a, MethodMatcher b )
No description provided.
MethodMatchers
public MethodMatchers ( )
No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
intersection
public static MethodMatcher intersection ( MethodMatcher a, MethodMatcher b )
No description provided.
Parameters
TypeNameDescription
MethodMatcher a No description provided.
MethodMatcher b No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
union
public static MethodMatcher union ( MethodMatcher a, MethodMatcher b )
No description provided.
Parameters
TypeNameDescription
MethodMatcher a No description provided.
MethodMatcher b No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.