|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Advised | |
| org.springframework.aop.framework | Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. |
| Uses of Advised in org.springframework.aop.framework |
| Classes in org.springframework.aop.framework that implement Advised | |
class |
AdvisedSupport
Superclass for AOP Proxy configuration managers. |
class |
ProxyFactory
Factory for AOP proxies for programmatic use, rather than via a bean factory. |
class |
ProxyFactoryBean
FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory. |
| Methods in org.springframework.aop.framework with parameters of type Advised | |
java.util.List |
HashMapCachingAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config,
java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Class targetClass)
|
static java.util.List |
AdvisorChainFactoryUtils.calculateInterceptorsAndDynamicInterceptionAdvice(Advised config,
java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Class targetClass)
Return the static interceptors and dynamic interception advice that may apply to this method invocation. |
java.util.List |
AdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised pc,
java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Class targetClass)
Return a list of Interceptor and InterceptorAndDynamicMethodMatcher. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||