-
- All Implemented Interfaces:
- Context<org.glassfish.jersey.process.internal.RequestScoped>
@Singleton
public class RequestContext
extends Object
implements Context<org.glassfish.jersey.process.internal.RequestScoped>
Class is able to communicate with RequestScope
and provide request-scoped descriptors to HK2 DI provider to create or
destroy instances.
-
-
Nested Class Summary
Nested Classes
Modifier and Type |
Class and Description |
static class |
RequestContext.Binder
Request scope injection binder.
|
-
Constructor Summary
Constructors
Constructor and Description |
RequestContext(org.glassfish.jersey.process.internal.RequestScope requestScope) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
shutdown
public void shutdown()
- Specified by:
shutdown
in interface Context<org.glassfish.jersey.process.internal.RequestScoped>
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.