|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Holder | |
---|---|
com.sun.hk2.component | |
org.jvnet.hk2.component | |
org.jvnet.hk2.config | |
org.jvnet.hk2.deprecated.internal |
Uses of Holder in com.sun.hk2.component |
---|
Classes in com.sun.hk2.component that implement Holder | |
---|---|
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. |
Methods in com.sun.hk2.component with parameters of type Holder | |
---|---|
static Inhabitant<?> |
Inhabitants.createInhabitant(ServiceLocator serviceLocator,
Holder<ClassLoader> classLoader,
String typeName,
Map<String,List<String>> metadata,
Inhabitant<?> lead,
Set<String> indicies)
Deprecated. |
static Inhabitant<?> |
Inhabitants.createInhabitant(ServiceLocator serviceLocator,
Iterator<InhabitantProviderInterceptor> interceptors,
Holder<ClassLoader> classLoader,
String typeName,
Map<String,List<String>> metadata,
Inhabitant<?> lead,
InhabitantStore store,
Set<String> indicies)
Deprecated. |
void |
InhabitantsParser.parse(Iterable<InhabitantParser> scanner,
Holder<ClassLoader> classLoader)
Deprecated. Parses the inhabitants file (which is represented by InhabitantsParser ). |
void |
IntrospectionScanner.parse(ParsingContext context,
Holder<ClassLoader> loader)
Deprecated. Called by the introspection framework with the class model context. |
Uses of Holder in org.jvnet.hk2.component |
---|
Subinterfaces of Holder in org.jvnet.hk2.component | |
---|---|
interface |
Creator<T>
Deprecated. |
interface |
Inhabitant<T>
Deprecated. |
Uses of Holder in org.jvnet.hk2.config |
---|
Classes in org.jvnet.hk2.config that implement Holder | |
---|---|
class |
ConfigBean
ConfigBean is the core implementation of the config beans. |
class |
Dom
Inhabitant that loads configuration from XML. |
Fields in org.jvnet.hk2.config declared as Holder | |
---|---|
Holder<Class> |
ConfigModel.classHolder
Deferred reference to the class object that can load the configurable type |
Holder<ClassLoader> |
ConfigModel.classLoaderHolder
Deferred reference to the class loader that loaded the injector. |
Methods in org.jvnet.hk2.config with parameters of type Holder | |
---|---|
void |
ConfiguredScanner.parse(ParsingContext context,
Holder<ClassLoader> loader)
|
Uses of Holder in org.jvnet.hk2.deprecated.internal |
---|
Classes in org.jvnet.hk2.deprecated.internal that implement Holder | |
---|---|
class |
CreatorImpl<T>
Deprecated. |
class |
InhabitantImpl<T>
Deprecated. |
Constructors in org.jvnet.hk2.deprecated.internal with parameters of type Holder | |
---|---|
HolderHK2LoaderImpl(Holder<ClassLoader> clHolder)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |