org.springframework.aop.target
Class PrototypeTargetSource
org.springframework.aop.target.AbstractPrototypeTargetSource
|
+--org.springframework.aop.target.PrototypeTargetSource
- public final class PrototypeTargetSource
- extends AbstractPrototypeTargetSource
TargetSource that creates a new instance of the target bean for each request.
Can only be used in a bean factory.
- Author:
- Rod Johnson
- Version: $Id: PrototypeTargetSource.java,v 1.4 2003/12/30 01:07:12 jhoeller Exp $
getTarget
public Object getTarget()
releaseTarget
public void releaseTarget(Object target)