|
|||||||||
| Home >> All >> org >> springframework >> aop >> framework >> [ adapter overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.aop.framework.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 | |
| AdvisorAdapterRegistrationManager | BeanPostProcessor implementation that "registers" instances of any non-default AdvisorAdapters with GlobalAdvisorAdapterRegistry. |
| AfterReturningAdviceAdapter | Adapter to enable AfterReturningAdvisor and MethodAfterReturningAdvice to be used in the Spring AOP framework. |
| AfterReturningAdviceInterceptor | Interceptor to wrap a MethodAfterReturningAdvice. |
| BeforeAdviceAdapter | |
| DefaultAdvisorAdapterRegistry | Default implementation of the AdvisorAdapterRegistry interface. |
| GlobalAdvisorAdapterRegistry | Singleton to publish a shared DefaultAdvisorAdapterRegistry instance. |
| MethodBeforeAdviceInterceptor | Interceptor to wrap a MethodBeforeAdvice. |
| ThrowsAdviceAdapter | |
| ThrowsAdviceInterceptor | Interceptor to wrap an after throwing advice. |
| Exception Summary | |
| UnknownAdviceTypeException | Exception thrown when an attempt is made to use an unsupported Advisor or Advice type. |
|
|||||||||
| Home >> All >> org >> springframework >> aop >> framework >> [ adapter overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||