|
||||||||||
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
Base class 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 | |
---|---|
static List |
AdvisorChainFactoryUtils.calculateInterceptorsAndDynamicInterceptionAdvice(Advised config,
Object proxy,
Method method,
Class targetClass)
Return the static interceptors and dynamic interception advice that may apply to this method invocation. |
List |
HashMapCachingAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config,
Object proxy,
Method method,
Class targetClass)
|
List |
AdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config,
Object proxy,
Method method,
Class targetClass)
Determine a list of MethodInterceptor and
InterceptorAndDynamicMethodMatcher elements (using the latter
if there is a dynamic method matcher that needs evaluation at runtime) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |