Package | Description |
---|---|
org.glassfish.jersey.inject.cdi.se | |
org.glassfish.jersey.inject.hk2 | |
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CdiRequestScope
CDI Request scope implementation using Weld-specific
BoundRequestContext which allows pass on storage for
request-scoped objects. |
Modifier and Type | Class and Description |
---|---|
class |
Hk2RequestScope |
Constructor and Description |
---|
RequestContext(RequestScope requestScope) |
Modifier and Type | Method and Description |
---|---|
RequestScope |
BootstrapBag.getRequestScope()
Gets an instance of
RequestScope . |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapBag.setRequestScope(RequestScope requestScope)
Sets an instance of
RequestScope . |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.