Uses of Class
org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor

Packages that use StaticMethodMatcherPointcutAdvisor
org.springframework.aop.support 

Uses of StaticMethodMatcherPointcutAdvisor in org.springframework.aop.support
 

Subclasses of StaticMethodMatcherPointcutAdvisor in org.springframework.aop.support
class StaticMethodMatcherPointcutAfterReturningAdvisor
          Convenient superclass for static method pointcuts that hold a MethodAfterReturningAdvice, making them an Advisor.
class StaticMethodMatcherPointcutAroundAdvisor
          Convenient superclass for static method pointcuts that hold interception around advice, via an AOP Alliance Interceptor.
class StaticMethodMatcherPointcutBeforeAdvisor
          Convenient superclass for static method pointcuts that hold a a BeforeAdvice, making them an Advisor.
class StaticMethodMatcherPointcutThrowsAdvisor
          Convenient superclass for static method pointcuts that hold a a ThrowsAdvice, making them an Advisor.