Uses of Class
com.peterphi.std.guice.web.HttpCallContext
-
Uses of HttpCallContext in com.peterphi.std.guice.web
Modifier and TypeMethodDescriptionstatic HttpCallContext
HttpCallContext.get()
Retrieve the HttpCallContext associated with this Threadstatic HttpCallContext
HttpCallContext.peek()
Retrieve the HttpCallContext associated with this Thread (or null if none is associated)static HttpCallContext
HttpCallContext.set
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext) Creates and associates an HttpCallContext with the current Thread -
Uses of HttpCallContext in com.peterphi.std.guice.web.rest.scoping
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpServletRequest
ServletScopingModule.getServletRequest
(HttpCallContext call) javax.servlet.http.HttpServletResponse
ServletScopingModule.getServletResponse
(HttpCallContext call) javax.servlet.http.HttpSession
ServletScopingModule.getServletSession
(HttpCallContext call)