| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | AfterReturningAdvisorAdvisor that delivers after returning advice: executed on method execution without an exception being thrown. |
interface | BeforeAdvisorAdvisor that delivers before advice. |
interface | InterceptionAroundAdvisorAdvisor that delivers around advice via an AOP Alliance interceptor. |
interface | ThrowsAdvisorAdvisor that delivers throws advice. |
| Uses of PointcutAdvisor in org.springframework.aop.support |
| Classes in org.springframework.aop.support that implement PointcutAdvisor | |
class | AbstractPointcutAdvisorConvenient superclass for pointcut-driven advisors, implementing the getPointcut() and isPerInstance() methods. |
class | StaticMethodMatcherPointcutAdvisorConvenient superclass for Advisors that are also static pointcuts. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||