Uses of Interface
net.sf.seaf.factory.Factory

Packages that use Factory
net.sf.seaf.factory.impl   
net.sf.seaf.factory.impl.support   
 

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

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

Constructors in net.sf.seaf.factory.impl with parameters of type Factory
CachingFactory(Factory instantiatingFactory)
          Full constructor.
InitializingFactory(Initializer<?> initializer, Factory instantiatingFactory)
          Full constructor.
ProxyingFactory(Proxy proxy, Factory instantiatingFactory)
          Full constructor.
SetterInitializer(Factory instantiatingFactory)
           
TypeResolvingFactory(TypeResolver<?> typeResolver, Factory instantiatingFactory)
          Full constructor.
 

Uses of Factory in net.sf.seaf.factory.impl.support
 

Methods in net.sf.seaf.factory.impl.support that return Factory
protected  Factory DelegatingFactoryBase.getInstantiatingFactory()
          Get the instantiating factory.
 

Methods in net.sf.seaf.factory.impl.support with parameters of type Factory
 void DelegatingFactoryBase.setInstantiatingFactory(Factory instantiatingFactory)
          Set the instantiating factory.
 

Constructors in net.sf.seaf.factory.impl.support with parameters of type Factory
DelegatingFactoryBase(Factory instantiatingFactory)
          Full constructor.
 



Copyright © 2008-2012 SEAF. All Rights Reserved.