Uses of Class
org.springframework.aop.PointcutAdvisor

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

Uses of PointcutAdvisor in org.springframework.aop
 

Subinterfaces of PointcutAdvisor in org.springframework.aop
interface AfterReturningAdvisor
          Advisor that delivers after returning advice: executed on method execution without an exception being thrown.
interface BeforeAdvisor
          Advisor that delivers before advice.
interface InterceptionAroundAdvisor
          Advisor that delivers around advice via an AOP Alliance interceptor.
interface ThrowsAdvisor
          Advisor that delivers throws advice.
 

Uses of PointcutAdvisor in org.springframework.aop.support
 

Classes in org.springframework.aop.support that implement PointcutAdvisor
class AbstractPointcutAdvisor
          Convenient superclass for pointcut-driven advisors, implementing the getPointcut() and isPerInstance() methods.
class StaticMethodMatcherPointcutAdvisor
          Convenient superclass for Advisors that are also static pointcuts.