The Spring Framework

Uses of Package
org.springframework.aop.framework.autoproxy

Packages that use org.springframework.aop.framework.autoproxy
org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. 
org.springframework.aop.aspectj.autoproxy Base classes enabling auto-proxying based on AspectJ. 
org.springframework.aop.framework.autoproxy Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. 
org.springframework.aop.framework.autoproxy.target Generic support classes for target source creation. 
 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.aspectj.annotation
AbstractAdvisorAutoProxyCreator
          Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAutoProxyCreator
          BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.aspectj.autoproxy
AbstractAdvisorAutoProxyCreator
          Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAutoProxyCreator
          BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxy
AbstractAdvisorAutoProxyCreator
          Generic auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.
AbstractAutoProxyCreator
          BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
TargetSourceCreator
          Implementations can create special target sources, such as pooling target sources, for particular beans.
 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxy.target
TargetSourceCreator
          Implementations can create special target sources, such as pooling target sources, for particular beans.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.