|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.support.MethodMatchers
Static methods useful for composing Pointcuts. 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).
Constructor Summary | |
MethodMatchers()
|
Method Summary | |
static MethodMatcher |
intersection(MethodMatcher a,
MethodMatcher b)
|
static MethodMatcher |
union(MethodMatcher a,
MethodMatcher b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodMatchers()
Method Detail |
public static MethodMatcher union(MethodMatcher a, MethodMatcher b)
public static MethodMatcher intersection(MethodMatcher a, MethodMatcher b)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |