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

All Implemented Interfaces:
    Serializable, Pointcut

Pointcut unions are tricky, because we can't just OR the MethodMatchers: we need to check that each MethodMatcher's ClassFilter was happy as well.
Constructor:
 public UnionPointcut(Pointcut a,
    Pointcut b) 
Method from org.springframework.aop.support.UnionPointcut Summary:
getClassFilter,   getMethodMatcher
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.UnionPointcut Detail:
 public ClassFilter getClassFilter() 
 public MethodMatcher getMethodMatcher()