Uses of Class
org.springframework.aop.framework.Advised

Packages that use Advised
org.springframework.aop.framework 

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.
 

Methods in org.springframework.aop.framework with parameters of type Advised
ListAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised pc, Object proxy, Method method, Class targetClass)
          Return a list of Interceptor and InterceptorAndDynamicMethodMatcher.
static ListAdvisorChainFactoryUtils.calculateInterceptorsAndDynamicInterceptionAdvice(Advised config, Object proxy, Method method, Class targetClass)
          Return the static interceptors and dynamic interception advice that may apply to this method invocation.
ListHashMapCachingAdvisorChainFactory.getInterceptorsAndDynamicInterceptionAdvice(Advised config, Object proxy, Method method, Class targetClass)