The Spring Framework

org.springframework.aop.support
Class MethodMatchers

java.lang.Object
  extended by 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, Rob Harrop

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

MethodMatchers

public MethodMatchers()
Method Detail

union

public static MethodMatcher union(MethodMatcher a,
                                  MethodMatcher b)

intersection

public static MethodMatcher intersection(MethodMatcher a,
                                         MethodMatcher b)

The Spring Framework

Copyright © 2002-2006 The Spring Framework.