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 classGuiceFilter.Contextprivate static classServletScopes.ContextMethods in com.google.inject.servlet that return RequestScoper Modifier and Type Method Description private static RequestScoperServletScopes. continueRequest(java.util.Map<Key<?>,java.lang.Object> seedMap)static RequestScoperServletScopes. scopeRequest(java.util.Map<Key<?>,java.lang.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 RequestScoper Modifier and Type Method Description private static <T> java.util.concurrent.Callable<T>ServletScopes. wrap(java.util.concurrent.Callable<T> delegate, RequestScoper requestScoper)
-