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

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

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

Subclasses of AbstractPrototypeTargetSourceCreator 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 ! PrototypeTargetSource
 



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