Uses of Class
net.sf.seaf.factory.impl.support.DelegatingFactoryBase

Packages that use DelegatingFactoryBase
net.sf.seaf.factory.impl   
 

Uses of DelegatingFactoryBase in net.sf.seaf.factory.impl
 

Subclasses of DelegatingFactoryBase in net.sf.seaf.factory.impl
 class CachingFactory
          Factory that caches object instances.
 class InitializingFactory
          Factory that initializes the returned instances using an Initializer.
 class ProxyingFactory
          Factory that proxies the returned instances with a Proxy.
 class SetterInitializer
           
 class TypeResolvingFactory
          Factory that resolves the requested type before delegating instantiation to an instantiating factory.
 



Copyright © 2008-2011 SEAF. All Rights Reserved.