|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Factory | |
---|---|
com.sun.hk2.component | |
org.glassfish.hk2 | |
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.glassfish.hk2 |
---|
Methods in org.glassfish.hk2 with parameters of type Factory | ||
---|---|---|
|
NamedBinder.toFactory(Factory<T> factory)
Deprecated. Have this instance resolve to a particular target factory implementation. |
Method parameters in org.glassfish.hk2 with type arguments of type Factory | ||
---|---|---|
|
NamedBinder.toFactory(Class<? extends Factory<? extends T>> factoryType)
Deprecated. Have this instance resolve to a particular target factory class type. |
|
|
NamedBinder.toFactory(TypeLiteral<? extends Factory<? extends T>> factoryType)
Deprecated. Have this instance resolve to a particular target type literal factory. |
Uses of Factory in org.jvnet.hk2.component |
---|
Subinterfaces of Factory in org.jvnet.hk2.component | |
---|---|
interface |
Creator<T>
Deprecated. |
interface |
Factory<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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |