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

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

Subclasses of AbstractPrototypeBasedTargetSourceCreator 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 AbstractPrototypeBasedTargetSourceCreator in org.springframework.aop.framework.autoproxy.target
 

Subclasses of AbstractPrototypeBasedTargetSourceCreator in org.springframework.aop.framework.autoproxy.target
 class AbstractPoolingTargetSourceCreator
          Convenient superclass for TargetSource creators that create pooling TargetSources.
 class QuickTargetSourceCreator
          Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: : CommonsPoolTargetSource % ThreadLocalTargetSource !
 



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