Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » support » [javadoc | source]
org.springframework.aop.support
static class: MethodMatchers.UnionMethodMatcher [javadoc | source]
java.lang.Object
   org.springframework.aop.support.MethodMatchers$UnionMethodMatcher

All Implemented Interfaces:
    IntroductionAwareMethodMatcher, Serializable

Direct Known Subclasses:
    ClassFilterAwareUnionMethodMatcher

MethodMatcher implementation for a union of two given MethodMatchers.
Constructor:
 public UnionMethodMatcher(MethodMatcher mm1,
    MethodMatcher mm2) 
Method from org.springframework.aop.support.MethodMatchers$UnionMethodMatcher Summary:
equals,   hashCode,   isRuntime,   matches,   matches,   matches,   matchesClass1,   matchesClass2
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.MethodMatchers$UnionMethodMatcher Detail:
 public boolean equals(Object obj) 
 public int hashCode() 
 public boolean isRuntime() 
 public boolean matches(Method method,
    Class targetClass) 
 public boolean matches(Method method,
    Class targetClass,
    boolean hasIntroductions) 
 public boolean matches(Method method,
    Class targetClass,
    Object[] args) 
 protected boolean matchesClass1(Class targetClass) 
 protected boolean matchesClass2(Class targetClass)