Uses of Class
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator

Packages that use AbstractAutoProxyCreator
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. 
 

Uses of AbstractAutoProxyCreator in org.springframework.aop.framework.autoproxy
 

Subclasses of AbstractAutoProxyCreator in org.springframework.aop.framework.autoproxy
 class AbstractAdvisorAutoProxyCreator
          Abstract BeanPostProcessor implementation that creates AOP proxies.
 class AdvisorAutoProxyCreator
          BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
 class BeanNameAutoProxyCreator
          Auto proxy creator that identifies beans to proxy via a list of names.
 



Copyright (C) 2003-2004 The Spring Framework Project.