| |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See
Description
| Class Diagram Summary | |
| adapter | |
| Interface Summary | |
| AdvisorAdapter | Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types. |
| AdvisorAdapterRegistry | Interface for registries of AdvisorAdapters. |
| Class Summary | |
| AfterReturningAdviceAdapter | Adapter to enable AfterReturningAdvisor and MethodAfterReturningAdvice to be used in the Spring AOP framework. |
| AfterReturningAdviceInterceptor | Interceptor to wrap a MethodAfterReturningAdvice. |
| BeforeAdviceAdapter | |
| DefaultAdvisorAdapterRegistry | |
| GlobalAdvisorAdapterRegistry | Singleton to publish a shared DefaultAdvisorAdapterRegistry. |
| MethodBeforeAdviceInterceptor | Interceptor to wrap a MethodBeforeAdvice. |
| ThrowsAdviceAdapter | |
| ThrowsAdviceInterceptor | Interceptor to wrap an after throwing advice. |
| UnknownAdviceTypeException | Exception thrown when an attempt is made to use an unsupported Advisor or Advice type. |
SPI package allowing Spring AOP framework to handle arbitrary advice types.
Users who want merely to use the Spring AOP framework, rather than extend
its capabilities, don't need to concern themselves with this package.
| |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||