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 classprivate static classMethods in com.google.inject.servlet that return RequestScoperModifier and TypeMethodDescriptionprivate static RequestScoperServletScopes.continueRequest(Map<Key<?>, Object> seedMap) static RequestScoperServletScopes.scopeRequest(Map<Key<?>, Object> seedMap) Returns an object that will apply request scope to a block of code.private static RequestScoperServletScopes.transferHttpRequest()private static RequestScoperServletScopes.transferNonHttpRequest()static RequestScoperServletScopes.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)