| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractPrototypeBasedTargetSource | |
|---|---|
| org.springframework.aop.target | This package contains implementations of the org.springframework.aop.TargetSource interface. | 
| Uses of AbstractPrototypeBasedTargetSource in org.springframework.aop.target | 
|---|
| Subclasses of AbstractPrototypeBasedTargetSource in org.springframework.aop.target | |
|---|---|
|  class | AbstractPoolingTargetSourceAbstract base class for pooling TargetSourceimplementations which maintain a pool of target instances, acquiring and
 releasing a target object from the pool for each method invocation. | 
|  class | CommonsPoolTargetSourceTargetSource implementation that holds objects in a configurable Jakarta Commons Pool. | 
|  class | PrototypeTargetSourceTargetSource that creates a new instance of the target bean for each request, destroying each instance on release (after each request). | 
|  class | ThreadLocalTargetSourceAlternative to an object pool. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||