Package org.glassfish.jersey.inject.hk2
Class Hk2RequestScope
- java.lang.Object
-
- org.glassfish.jersey.process.internal.RequestScope
-
- org.glassfish.jersey.inject.hk2.Hk2RequestScope
-
public class Hk2RequestScope extends RequestScope
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHk2RequestScope.InstanceImplementation of the request scope instance.-
Nested classes/interfaces inherited from class org.glassfish.jersey.process.internal.RequestScope
RequestScope.RequestScopeConfigurator
-
-
Constructor Summary
Constructors Constructor Description Hk2RequestScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestContextcreateContext()-
Methods inherited from class org.glassfish.jersey.process.internal.RequestScope
activate, current, isActive, referenceCurrent, release, resume, runInScope, runInScope, runInScope, runInScope, runInScope, runInScope, shutdown, suspend, suspendCurrent
-
-
-
-
Method Detail
-
createContext
public RequestContext createContext()
- Specified by:
createContextin classRequestScope
-
-