Uses of Interface
com.google.inject.servlet.RequestScoper
Packages that use RequestScoper
Package
Description
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Uses of RequestScoper in com.google.inject.servlet
Classes in com.google.inject.servlet that implement RequestScoperModifier and TypeClassDescription(package private) static class
private static class
Methods in com.google.inject.servlet that return RequestScoperModifier and TypeMethodDescriptionprivate static RequestScoper
ServletScopes.continueRequest
(Map<Key<?>, Object> seedMap) static RequestScoper
ServletScopes.scopeRequest
(Map<Key<?>, Object> seedMap) Returns an object that will apply request scope to a block of code.private static RequestScoper
ServletScopes.transferHttpRequest()
private static RequestScoper
ServletScopes.transferNonHttpRequest()
static RequestScoper
ServletScopes.transferRequest()
Returns an object that "transfers" the request to another thread.Methods in com.google.inject.servlet with parameters of type RequestScoperModifier and TypeMethodDescriptionprivate static <T> Callable
<T> ServletScopes.wrap
(Callable<T> delegate, RequestScoper requestScoper)