org.springframework.aop.framework.autoproxy.target
Class QuickTargetSourceCreator
org.springframework.aop.framework.autoproxy.target.AbstractPrototypeTargetSourceCreator
|
+--org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
- public class QuickTargetSourceCreator
- extends AbstractPrototypeTargetSourceCreator
Convenient TargetSourceCreator using bean name prefixes to create one of three
well-known TargetSource types:
: CommonsPoolTargetSource
% ThreadLocalTargetSource
! PrototypeTargetSource- Author:
- Rod Johnson
- Version: $Id: QuickTargetSourceCreator.java,v 1.2 2003/12/30 01:07:11 jhoeller Exp $