|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.support.ClassFilters
public abstract class ClassFilters
Static utility methods for composing
ClassFilters
.
MethodMatchers
,
Pointcuts
Constructor Summary | |
---|---|
ClassFilters()
|
Method Summary | |
---|---|
static ClassFilter |
intersection(ClassFilter[] classFilters)
Match all classes that all of the given ClassFilters match. |
static ClassFilter |
intersection(ClassFilter cf1,
ClassFilter cf2)
Match all classes that both of the given ClassFilters match. |
static ClassFilter |
union(ClassFilter[] classFilters)
Match all classes that either (or all) of the given ClassFilters matches. |
static ClassFilter |
union(ClassFilter cf1,
ClassFilter cf2)
Match all classes that either (or both) of the given ClassFilters matches. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassFilters()
Method Detail |
---|
public static ClassFilter union(ClassFilter cf1, ClassFilter cf2)
cf1
- the first ClassFiltercf2
- the second ClassFilter
public static ClassFilter union(ClassFilter[] classFilters)
classFilters
- the ClassFilters to match
public static ClassFilter intersection(ClassFilter cf1, ClassFilter cf2)
cf1
- the first ClassFiltercf2
- the second ClassFilter
public static ClassFilter intersection(ClassFilter[] classFilters)
classFilters
- the ClassFilters to match
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |