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

Packages that use AbstractBeanFactoryBasedTargetSourceCreator
org.springframework.aop.framework.autoproxy.metadata Support classes for target source creation that is driven by source-level metadata attributes. 
org.springframework.aop.framework.autoproxy.target Generic support classes for target source creation. 
 

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

Subclasses of AbstractBeanFactoryBasedTargetSourceCreator in org.springframework.aop.framework.autoproxy.metadata
 class AttributesPoolingTargetSourceCreator
          PoolingTargetSourceCreator driven by metadata.
 class AttributesPrototypeTargetSourceCreator
          PrototypeTargetSourceCreator driven by metadata.
 class AttributesThreadLocalTargetSourceCreator
          PrototypeTargetSourceCreator driven by metadata.
 

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

Subclasses of AbstractBeanFactoryBasedTargetSourceCreator in org.springframework.aop.framework.autoproxy.target
 class AbstractPoolingTargetSourceCreator
          Convenient superclass for TargetSource creators that create pooling TargetSources.
 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 !
 



Copyright (c) 2002-2007 The Spring Framework Project.