The Spring Framework

Uses of Class
org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator

Packages that use AbstractBeanFactoryBasedTargetSourceCreator
org.springframework.aop.framework.autoproxy.target Generic support classes for target source creation. 
 

Uses of AbstractBeanFactoryBasedTargetSourceCreator in org.springframework.aop.framework.autoproxy.target
 

Subclasses of AbstractBeanFactoryBasedTargetSourceCreator in org.springframework.aop.framework.autoproxy.target
 class LazyInitTargetSourceCreator
          TargetSourceCreator that enforces a LazyInitTargetSource for each bean that is defined as "lazy-init".
 class QuickTargetSourceCreator
          Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: : CommonsPoolTargetSource % ThreadLocalTargetSource !
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.