Uses of Class
com.peterphi.std.guice.web.HttpCallContext
Packages that use HttpCallContext
-
Uses of HttpCallContext in com.peterphi.std.guice.web
Methods in com.peterphi.std.guice.web that return HttpCallContextModifier 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
Methods in com.peterphi.std.guice.web.rest.scoping that return HttpCallContextMethods in com.peterphi.std.guice.web.rest.scoping with parameters of type HttpCallContextModifier 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)