Uses of Interface
org.glassfish.hk2.api.Context
-
-
Uses of Context in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement Context Modifier and Type Class Description class
ConfiguredByContext
-
Uses of Context in org.glassfish.hk2.extras.operation
Classes in org.glassfish.hk2.extras.operation that implement Context Modifier and Type Class Description class
OperationContext<T extends java.lang.annotation.Annotation>
The implementation ofContext
for an Operation. -
Uses of Context in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement Context Modifier and Type Class Description class
InheritableThreadContext
class
PerThreadContext
-
Uses of Context in org.glassfish.hk2.runlevel
Classes in org.glassfish.hk2.runlevel that implement Context Modifier and Type Class Description class
RunLevelContext
-
Uses of Context in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement Context Modifier and Type Class Description class
ImmediateContext
-
Uses of Context in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement Context Modifier and Type Class Description class
PerLookupContext
class
SingletonContext
Fields in org.jvnet.hk2.internal declared as Context Modifier and Type Field Description private Context<PerLookup>
ServiceLocatorImpl. perLookupContext
private Context<javax.inject.Singleton>
ServiceLocatorImpl. singletonContext
Fields in org.jvnet.hk2.internal with type parameters of type Context Modifier and Type Field Description private Cache<java.lang.Class<? extends java.lang.annotation.Annotation>,Context<?>>
ServiceLocatorImpl. contextCache
Methods in org.jvnet.hk2.internal that return Context Modifier and Type Method Description private Context<?>
ServiceLocatorImpl. _resolveContext(java.lang.Class<? extends java.lang.annotation.Annotation> scope)
(package private) Context<?>
ServiceLocatorImpl. resolveContext(java.lang.Class<? extends java.lang.annotation.Annotation> scope)
-