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
Classes in com.google.inject.servlet that implement RequestScoper Modifier and Type Class Description (package private) static class
GuiceFilter.Context
private static class
ServletScopes.Context
Methods in com.google.inject.servlet that return RequestScoper Modifier and Type Method Description private static RequestScoper
ServletScopes. continueRequest(java.util.Map<Key<?>,java.lang.Object> seedMap)
static RequestScoper
ServletScopes. scopeRequest(java.util.Map<Key<?>,java.lang.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 RequestScoper Modifier and Type Method Description private static <T> java.util.concurrent.Callable<T>
ServletScopes. wrap(java.util.concurrent.Callable<T> delegate, RequestScoper requestScoper)
-