Uses of Class
com.google.inject.servlet.RequestScoped
-
Packages that use RequestScoped Package Description com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of RequestScoped in com.google.inject.servlet
Methods in com.google.inject.servlet with annotations of type RequestScoped Modifier and Type Method Description (package private) javax.servlet.http.HttpServletRequest
InternalServletModule. provideHttpServletRequest()
(package private) javax.servlet.http.HttpServletResponse
InternalServletModule. provideHttpServletResponse()
(package private) java.util.Map<java.lang.String,java.lang.String[]>
InternalServletModule. provideRequestParameters(javax.servlet.ServletRequest req)
-