JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
spring-aop
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.aopalliance.aop
Interface Advice
All Known Subinterfaces:
AfterAdvice
,
AfterReturningAdvice
,
BeforeAdvice
,
ConstructorInterceptor
,
DynamicIntroductionAdvice
,
Interceptor
,
IntroductionInterceptor
,
MethodBeforeAdvice
,
MethodInterceptor
,
ThrowsAdvice
All Known Implementing Classes:
AbstractAspectJAdvice
,
AbstractMonitoringInterceptor
,
AbstractTraceInterceptor
,
AfterReturningAdviceInterceptor
,
AspectJAfterAdvice
,
AspectJAfterReturningAdvice
,
AspectJAfterThrowingAdvice
,
AspectJAroundAdvice
,
AspectJMethodBeforeAdvice
,
AsyncExecutionInterceptor
,
ConcurrencyThrottleInterceptor
,
CustomizableTraceInterceptor
,
DebugInterceptor
,
DelegatePerTargetObjectIntroductionInterceptor
,
DelegatingIntroductionInterceptor
,
ExposeInvocationInterceptor
,
JamonPerformanceMonitorInterceptor
,
MethodBeforeAdviceInterceptor
,
PerformanceMonitorInterceptor
,
SimpleTraceInterceptor
,
ThrowsAdviceInterceptor
public interface
Advice
Tag interface for Advice. Implementations can be any type of advice, such as Interceptors.
Author:
Rod Johnson
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
spring-aop
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method