站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

MethodMatchers (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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

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) 2002-2007 The Spring Framework Project.