Uses of Class
org.springframework.aop.ClassFilter

Packages that use ClassFilter
org.springframework.aop 
org.springframework.aop.support 

Uses of ClassFilter in org.springframework.aop
 

Fields in org.springframework.aop declared as ClassFilter
final static ClassFilterClassFilter.TRUE
          Canonical instance of a ClassFilter that matches all classes.
 

Methods in org.springframework.aop that return ClassFilter
ClassFilterIntroductionAdvisor.getClassFilter()
          
ClassFilterPointcut.getClassFilter()
          
 

Uses of ClassFilter in org.springframework.aop.support
 

Classes in org.springframework.aop.support that implement ClassFilter
class ControlFlowPointcut
          Pointcut and method matcher for use in simple cflow-style pointcut.
class DefaultInterceptionIntroductionAdvisor
          Simple IntroductionAdvisor implementation that by default applies to any class.
class RegexpMethodPointcut
          Perl5 regular expression pointcut bean.
class RootClassFilter
          Simple ClassFilter implementation that passes classes (and optionally subclasses)
 

Constructors in org.springframework.aop.support with parameters of type ClassFilter
ComposablePointcut.ComposablePointcut(ClassFilter classFilter, MethodMatcher methodMatcher)
          
 

Methods in org.springframework.aop.support that return ClassFilter
static ClassFilterClassFilters.intersection(ClassFilter a, ClassFilter b)
          
static ClassFilterClassFilters.union(ClassFilter a, ClassFilter b)
          
ClassFilterComposablePointcut.getClassFilter()
          
ClassFilterControlFlowPointcut.getClassFilter()
          
ClassFilterDefaultInterceptionIntroductionAdvisor.getClassFilter()
          
ClassFilterDynamicMethodMatcherPointcutAroundAdvisor.getClassFilter()
          
ClassFilterRegexpMethodPointcut.getClassFilter()
          
ClassFilterStaticMethodMatcherPointcut.getClassFilter()
          
ClassFilterUnionPointcut.getClassFilter()
          
 

Methods in org.springframework.aop.support with parameters of type ClassFilter
static ClassFilterClassFilters.intersection(ClassFilter a, ClassFilter b)
          
static ClassFilterClassFilters.union(ClassFilter a, ClassFilter b)
          
ComposablePointcutComposablePointcut.intersection(ClassFilter filter)
          
ComposablePointcutComposablePointcut.union(ClassFilter filter)