Uses of Interface
org.jvnet.hk2.component.Factory

Packages that use Factory
com.sun.hk2.component   
org.jvnet.hk2.component   
org.jvnet.hk2.config   
org.jvnet.hk2.deprecated.internal   
 

Uses of Factory in com.sun.hk2.component
 

Subinterfaces of Factory in com.sun.hk2.component
 interface Holder<T>
          Deprecated. 
 

Classes in com.sun.hk2.component that implement Factory
 class AbstractCreatorImpl<T>
          Deprecated. 
 class AbstractCreatorInhabitantImpl<T>
          Deprecated. 
 class AbstractInhabitantImpl<T>
          Deprecated. 
 class ConstructorCreator<T>
          Deprecated. 
 class EventPublishingInhabitant<T>
          Deprecated. 
 class ExistingSingletonInhabitant<T>
          Deprecated. 
static class Holder.Impl<T>
          Deprecated. Holder implementation that doesn't do any deferred computation, where the value is given in the constructor.
 class LazyInhabitant<T>
          Deprecated. 
 class ScopedInhabitant<T>
          Deprecated. 
 

Uses of Factory in org.jvnet.hk2.component
 

Subinterfaces of Factory in org.jvnet.hk2.component
 interface Creator<T>
          Deprecated. 
 interface Inhabitant<T>
          Deprecated. 
 

Uses of Factory in org.jvnet.hk2.config
 

Classes in org.jvnet.hk2.config that implement Factory
 class ConfigBean
          ConfigBean is the core implementation of the config beans.
 class Dom
          Inhabitant that loads configuration from XML.
 

Uses of Factory in org.jvnet.hk2.deprecated.internal
 

Classes in org.jvnet.hk2.deprecated.internal that implement Factory
 class CreatorImpl<T>
          Deprecated. 
 class InhabitantImpl<T>
          Deprecated. 
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.