|
|||||||||
| Home >> All >> org >> springframework >> aop >> framework >> [ adapter overview ] | PREV NEXT | ||||||||
A
- AFTER_THROWING - Static variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- AdvisorAdapter - interface org.springframework.aop.framework.adapter.AdvisorAdapter.
- Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
- AdvisorAdapterRegistrationManager - class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager.
- BeanPostProcessor implementation that "registers" instances of any non-default AdvisorAdapters with GlobalAdvisorAdapterRegistry.
- AdvisorAdapterRegistrationManager() - Constructor for class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
- AdvisorAdapterRegistry - interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry.
- Interface for registries of AdvisorAdapters.
- AfterReturningAdviceAdapter - class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter.
- Adapter to enable AfterReturningAdvisor and MethodAfterReturningAdvice to be used in the Spring AOP framework.
- AfterReturningAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
- AfterReturningAdviceInterceptor - class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.
- Interceptor to wrap a MethodAfterReturningAdvice.
- AfterReturningAdviceInterceptor(AfterReturningAdvice) - Constructor for class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
- adapters - Variable in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
- advice - Variable in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
- advice - Variable in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
- advisorAdapterRegistry - Variable in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
B
- BeforeAdviceAdapter - class org.springframework.aop.framework.adapter.BeforeAdviceAdapter.
- BeforeAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.BeforeAdviceAdapter
D
- DefaultAdvisorAdapterRegistry - class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry.
- Default implementation of the AdvisorAdapterRegistry interface.
- DefaultAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
E
- exceptionHandlerHash - Variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- Methods on throws advice, keyed by exception class
G
- GlobalAdvisorAdapterRegistry - class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry.
- Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
- GlobalAdvisorAdapterRegistry() - Constructor for class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
- getExceptionHandler(Throwable) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- Can return null if not found.
- getHandlerMethodCount() - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- getInstance() - Static method in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
- Return the singleton DefaultAdvisorAdapterRegistry instance.
- getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
- Return an AOP Alliance Interceptor exposing the behaviour of the given advice to an interception-based AOP framework.
- getInterceptor(Advisor) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
- Return an AOP Alliance Interceptor to allow use of the given Advisor in an interception-based framework.
- getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
- getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.BeforeAdviceAdapter
- getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
- getInterceptor(Advisor) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
I
- instance - Static variable in class org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry
- Keep track of a single instance so we can return it to classes that request it.
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
- invoke(MethodInvocation) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- invokeHandlerMethod(MethodInvocation, Throwable, Method) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
L
- logger - Static variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
M
- MethodBeforeAdviceInterceptor - class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.
- Interceptor to wrap a MethodBeforeAdvice.
- MethodBeforeAdviceInterceptor(MethodBeforeAdvice) - Constructor for class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
O
- org.springframework.aop.framework.adapter - package org.springframework.aop.framework.adapter
P
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
R
- registerAdvisorAdapter(AdvisorAdapter) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
- Register the given AdvisorAdapter.
- registerAdvisorAdapter(AdvisorAdapter) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
S
- setAdvisorAdapterRegistry(AdvisorAdapterRegistry) - Method in class org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager
- Specify the AdvisorAdapterRegistry to use.
- supportsAdvice(Advice) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapter
- Does this adapter understand this advice object? Is it valid to invoke the wrap() method with the given advice as an argument?
- supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter
- supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.BeforeAdviceAdapter
- supportsAdvice(Advice) - Method in class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
T
- ThrowsAdviceAdapter - class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter.
- ThrowsAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceAdapter
- ThrowsAdviceInterceptor - class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor.
- Interceptor to wrap an after throwing advice.
- ThrowsAdviceInterceptor(Object) - Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- throwsAdvice - Variable in class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
U
- UnknownAdviceTypeException - exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException.
- Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
- UnknownAdviceTypeException(Object) - Constructor for class org.springframework.aop.framework.adapter.UnknownAdviceTypeException
W
- wrap(Object) - Method in interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry
- Return an Advisor wrapping the given advice.
- wrap(Object) - Method in class org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry
A B D E G I L M O P R S T U W
|
|||||||||
| Home >> All >> org >> springframework >> aop >> framework >> [ adapter overview ] | PREV NEXT | ||||||||