Uses of Class
org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource

Packages that use AbstractBeanFactoryBasedTargetSource
org.springframework.aop.target This package contains implementations of the org.springframework.aop.TargetSource interface.  
 

Uses of AbstractBeanFactoryBasedTargetSource in org.springframework.aop.target
 

Subclasses of AbstractBeanFactoryBasedTargetSource in org.springframework.aop.target
 class AbstractPoolingTargetSource
          Abstract superclass for pooling TargetSources that maintains a pool of target instances, acquiring and releasing a target object from the pool for each method invocation.
 class AbstractPrototypeBasedTargetSource
          Base class for dynamic TargetSources that can create new prototype bean instances to support a pooling or new-instance-per-invocation strategy.
 class CommonsPoolTargetSource
          Jakarta Commons pooling implementation extending AbstractPoolingTargetSource.
 class LazyInitTargetSource
          TargetSource that lazily accesses a singleton from a BeanFactory.
 class PrototypeTargetSource
          TargetSource that creates a new instance of the target bean for each request.
 class ThreadLocalTargetSource
          Alternative to an object pool.
 



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