Uses of Interface
org.springframework.aop.framework.autoproxy.TargetSourceCreator

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

Methods in org.springframework.aop.framework.autoproxy with parameters of type TargetSourceCreator
 void AbstractAutoProxyCreator.setCustomTargetSourceCreators(TargetSourceCreator[] targetSourceCreators)
          Set custom TargetSourceCreators to be applied in this order.
 

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

Classes in org.springframework.aop.framework.autoproxy.metadata that implement TargetSourceCreator
 class AttributesPoolingTargetSourceCreator
          PoolingTargetSourceCreator driven by metadata.
 class AttributesPrototypeTargetSourceCreator
          PrototypeTargetSourceCreator driven by metadata.
 class AttributesThreadLocalTargetSourceCreator
          PrototypeTargetSourceCreator driven by metadata.
 

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

Classes in org.springframework.aop.framework.autoproxy.target that implement TargetSourceCreator
 class AbstractBeanFactoryBasedTargetSourceCreator
          Convenient superclass for TargetSourceCreators that require creating multiple instances of a prototype bean.
 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.