Package com.peterphi.std.guice.web.rest.scoping
package com.peterphi.std.guice.web.rest.scoping
-
ClassDescriptionApply this to implementation classes when you want one instance per HTTP request.Adds the
RequestScoped
andSessionScoped
scope annotations, also exposes HttpCallContext, HttpServletRequest, HttpServletResponse and HttpSession based on the current HTTP callApply this to implementation classes when you want one instance per HTTP session.