org.springframework.aop.support
Class MethodMatchers


public abstract class 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).

Author:
Rod Johnson
Version: $Id: MethodMatchers.java,v 1.2 2004/02/11 17:18:17 jhoeller Exp $
Since: 11-Nov-2003

Method Summary
 static MethodMatcherintersection(MethodMatcher a, MethodMatcher b)
           
 static MethodMatcherunion(MethodMatcher a, MethodMatcher b)
           

Method Detail

intersection

public static MethodMatcher intersection(MethodMatcher a, MethodMatcher b)

union

public static MethodMatcher union(MethodMatcher a, MethodMatcher b)