org.springframework.aop.support
Class UnionPointcut
java.lang.Object
org.springframework.aop.support.UnionPointcut
- All Implemented Interfaces:
- Serializable, Pointcut
class UnionPointcut
- extends Object
- implements Pointcut, Serializable
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.
- Author:
- Rod Johnson, Rob Harrop
Fields inherited from interface org.springframework.aop.Pointcut |
TRUE |
UnionPointcut
public UnionPointcut(Pointcut a,
Pointcut b)
getClassFilter
public ClassFilter getClassFilter()
- Description copied from interface:
Pointcut
- Return the ClassFilter for this pointcut.
- Specified by:
getClassFilter
in interface Pointcut
getMethodMatcher
public MethodMatcher getMethodMatcher()
- Description copied from interface:
Pointcut
- Return the MethodMatcher for this pointcut.
- Specified by:
getMethodMatcher
in interface Pointcut
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2002-2006 The Spring Framework.