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

All Implemented Interfaces:
    IntroductionAwareMethodMatcher, Serializable

MethodMatcher implementation for a union of two given MethodMatchers, supporting an associated ClassFilter per MethodMatcher.
Constructor:
 public ClassFilterAwareUnionMethodMatcher(MethodMatcher mm1,
    ClassFilter cf1,
    MethodMatcher mm2,
    ClassFilter cf2) 
Method from org.springframework.aop.support.MethodMatchers$ClassFilterAwareUnionMethodMatcher Summary:
equals,   matchesClass1,   matchesClass2
Methods from org.springframework.aop.support.MethodMatchers$UnionMethodMatcher:
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$ClassFilterAwareUnionMethodMatcher Detail:
 public boolean equals(Object other) 
 protected boolean matchesClass1(Class targetClass) 
 protected boolean matchesClass2(Class targetClass)