org.springframework.aop.support
Class MethodMatchers

java.lang.Object
  extended byorg.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-Nov-2003
Author:
Rod Johnson

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)


Copyright (C) 2003-2004 The Spring Framework Project.