Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » [javadoc | source]
org.springframework.aop
public interface: ClassFilter [javadoc | source]

All Known Implementing Classes:
    RootClassFilter, AspectJExpressionPointcut, IntersectionClassFilter, TrueClassFilter, AnnotationClassFilter, TypePatternClassFilter, DefaultIntroductionAdvisor, ControlFlowPointcut, UnionClassFilter

Filter that restricts matching of a pointcut or introduction to a given set of target classes.

Can be used as part of a Pointcut or for the entire targeting of an IntroductionAdvisor .

Field Summary
 ClassFilter TRUE    Canonical instance of a ClassFilter that matches all classes. 
Method from org.springframework.aop.ClassFilter Summary:
matches
Method from org.springframework.aop.ClassFilter Detail:
 public boolean matches(Class clazz)
    Should the pointcut apply to the given interface or target class?