The Spring Framework

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

Packages that use Advised
org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. 
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
 

Uses of Advised in org.springframework.aop.aspectj.annotation
 

Classes in org.springframework.aop.aspectj.annotation that implement Advised
 class AspectJProxyFactory
          AspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style).
 

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 ProxyCreatorSupport
          Base class for proxy factories.
 class ProxyFactory
          Factory for AOP proxies for programmatic use, rather than via a bean factory.
 class ProxyFactoryBean
          FactoryBean implementation that builds an AOP proxy based on beans in 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)
          Deprecated. Return the static interceptors and dynamic interception advice that may apply to this method invocation.
 List DefaultAdvisorChainFactory.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 objects.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.