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 classConfiguredByContext -
Uses of Context in org.glassfish.hk2.extras.operation
Classes in org.glassfish.hk2.extras.operation that implement Context Modifier and Type Class Description classOperationContext<T extends java.lang.annotation.Annotation>The implementation ofContextfor an Operation. -
Uses of Context in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement Context Modifier and Type Class Description classInheritableThreadContextclassPerThreadContext -
Uses of Context in org.glassfish.hk2.runlevel
Classes in org.glassfish.hk2.runlevel that implement Context Modifier and Type Class Description classRunLevelContext -
Uses of Context in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement Context Modifier and Type Class Description classImmediateContext -
Uses of Context in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement Context Modifier and Type Class Description classPerLookupContextclassSingletonContextFields in org.jvnet.hk2.internal declared as Context Modifier and Type Field Description private Context<PerLookup>ServiceLocatorImpl. perLookupContextprivate Context<javax.inject.Singleton>ServiceLocatorImpl. singletonContextFields 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. contextCacheMethods 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)
-