Uses of Class
org.glassfish.jersey.process.internal.RequestScope
Packages that use RequestScope
Package
Description
Common Jersey internal API classes.
-
Uses of RequestScope in org.glassfish.jersey.inject.cdi.se
Subclasses of RequestScope in org.glassfish.jersey.inject.cdi.seModifier and TypeClassDescriptionclassCDI Request scope implementation using Weld-specificBoundRequestContextwhich allows pass on storage for request-scoped objects. -
Uses of RequestScope in org.glassfish.jersey.inject.hk2
Subclasses of RequestScope in org.glassfish.jersey.inject.hk2Constructors in org.glassfish.jersey.inject.hk2 with parameters of type RequestScope -
Uses of RequestScope in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal that return RequestScopeModifier and TypeMethodDescriptionBootstrapBag.getRequestScope()Gets an instance ofRequestScope.Methods in org.glassfish.jersey.internal with parameters of type RequestScopeModifier and TypeMethodDescriptionvoidBootstrapBag.setRequestScope(RequestScope requestScope) Sets an instance ofRequestScope.