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

Packages that use AbstractAdvisorAutoProxyCreator
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 AbstractAdvisorAutoProxyCreator in org.springframework.aop.framework.autoproxy
 

Subclasses of AbstractAdvisorAutoProxyCreator in org.springframework.aop.framework.autoproxy
 class DefaultAdvisorAutoProxyCreator
          BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
 



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