org.springframework.aop.support
Class MethodMatchers
java.lang.Object
org.springframework.aop.support.MethodMatchers
public abstract class MethodMatchers
- extends Object
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).
- Since:
- 11.11.2003
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodMatchers
public MethodMatchers()
union
public static MethodMatcher union(MethodMatcher a,
MethodMatcher b)
intersection
public static MethodMatcher intersection(MethodMatcher a,
MethodMatcher b)
Copyright (c) 2002-2007 The Spring Framework Project.