Package net.sf.seaf.factory.impl

Class Summary
CachingFactory Factory that caches object instances.
DefaultInstantiatingFactory Factory that always returns a new instance of the requested type created via Class.newInstance().
InitializingFactory Factory that initializes the returned instances using an Initializer.
ProxyingFactory Factory that proxies the returned instances with a Proxy.
SetterInitializer  
SpringFactory Gets instances from a Spring ListableBeanFactory.
TypeResolvingFactory Factory that resolves the requested type before delegating instantiation to an instantiating factory.
 



Copyright © 2008-2011 SEAF. All Rights Reserved.