Uses of Class
org.glassfish.jersey.process.internal.RequestScope
Package
Description
Common Jersey internal API classes.
-
Uses of RequestScope in org.glassfish.jersey.inject.cdi.se
Modifier and TypeClassDescriptionclass
CDI Request scope implementation using Weld-specificBoundRequestContext
which allows pass on storage for request-scoped objects. -
Uses of RequestScope in org.glassfish.jersey.inject.hk2
-
Uses of RequestScope in org.glassfish.jersey.internal
Modifier and TypeMethodDescriptionBootstrapBag.getRequestScope()
Gets an instance ofRequestScope
.Modifier and TypeMethodDescriptionvoid
BootstrapBag.setRequestScope
(RequestScope requestScope) Sets an instance ofRequestScope
.