Uses of Interface
com.google.inject.servlet.RequestScoper
-
Packages that use RequestScoper Package Description com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of RequestScoper in com.google.inject.servlet
Methods in com.google.inject.servlet that return RequestScoper Modifier and Type Method Description static RequestScoper
ServletScopes. scopeRequest(Map<Key<?>,Object> seedMap)
Returns an object that will apply request scope to a block of code.static RequestScoper
ServletScopes. transferRequest()
Returns an object that "transfers" the request to another thread.
-