Uses of Class
org.springframework.aop.InterceptionAroundAdvisor

Packages that use InterceptionAroundAdvisor
org.springframework.aop.support 

Uses of InterceptionAroundAdvisor in org.springframework.aop.support
 

Classes in org.springframework.aop.support that implement InterceptionAroundAdvisor
class DefaultInterceptionAroundAdvisor
          Default InterceptionAdvice implementation.
class DynamicMethodMatcherPointcutAroundAdvisor
          Convenient superclass for Advisors that are also dynamic pointcuts.
class NameMatchMethodPointcutAroundAdvisor
          Convenient class for name-match method pointcuts that hold an Interceptor, making them an Advisor.
class RegexpMethodPointcutAroundAdvisor
          Convenient class for regexp method pointcuts that hold an Interceptor, making them an Advisor.
class StaticMethodMatcherPointcutAroundAdvisor
          Convenient superclass for static method pointcuts that hold interception around advice, via an AOP Alliance Interceptor.