Uses of Interface
org.glassfish.hk2.api.Context
Packages that use Context
Package
Description
-
Uses of Context in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement Context -
Uses of Context in org.glassfish.hk2.extras.operation
Classes in org.glassfish.hk2.extras.operation that implement ContextModifier and TypeClassDescriptionclassOperationContext<T extends Annotation>The implementation ofContextfor an Operation. -
Uses of Context in org.glassfish.hk2.internal
Classes in org.glassfish.hk2.internal that implement Context -
Uses of Context in org.glassfish.hk2.runlevel
Classes in org.glassfish.hk2.runlevel that implement ContextModifier and TypeClassDescriptionclass -
Uses of Context in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement ContextModifier and TypeClassDescriptionclass -
Uses of Context in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement ContextFields in org.jvnet.hk2.internal declared as ContextModifier and TypeFieldDescriptionServiceLocatorImpl.perLookupContextprivate final Context<javax.inject.Singleton> ServiceLocatorImpl.singletonContextFields in org.jvnet.hk2.internal with type parameters of type ContextModifier and TypeFieldDescriptionprivate final Cache<Class<? extends Annotation>, Context<?>> ServiceLocatorImpl.contextCacheMethods in org.jvnet.hk2.internal that return ContextModifier and TypeMethodDescriptionprivate Context<?> ServiceLocatorImpl._resolveContext(Class<? extends Annotation> scope) (package private) Context<?> ServiceLocatorImpl.resolveContext(Class<? extends Annotation> scope)