Uses of Interface
com.google.inject.servlet.RequestScoper
-
Uses of RequestScoper in com.google.inject.servlet
Methods in com.google.inject.servlet that return RequestScoperModifier and TypeMethodDescriptionstatic RequestScoperServletScopes.scopeRequest(Map<com.google.inject.Key<?>, Object> seedMap) Returns an object that will apply request scope to a block of code.static RequestScoperServletScopes.transferRequest()Returns an object that "transfers" the request to another thread.