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 HttpCallContextHttpCallContext.get()Retrieve the HttpCallContext associated with this Threadstatic HttpCallContextHttpCallContext.peek()Retrieve the HttpCallContext associated with this Thread (or null if none is associated)static HttpCallContextHttpCallContext.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.HttpServletRequestServletScopingModule.getServletRequest(HttpCallContext call) javax.servlet.http.HttpServletResponseServletScopingModule.getServletResponse(HttpCallContext call) javax.servlet.http.HttpSessionServletScopingModule.getServletSession(HttpCallContext call)