Class CrowdHttpContext

java.lang.Object
com.atlassian.sal.crowd.web.context.CrowdHttpContext
All Implemented Interfaces:
com.atlassian.sal.api.web.context.HttpContext

public class CrowdHttpContext extends Object implements com.atlassian.sal.api.web.context.HttpContext
Crowd implementation of HttpContext.
Since:
v2.7
  • Constructor Details

    • CrowdHttpContext

      public CrowdHttpContext()
  • Method Details

    • getRequest

      @Nullable public javax.servlet.http.HttpServletRequest getRequest()
      Specified by:
      getRequest in interface com.atlassian.sal.api.web.context.HttpContext
    • getResponse

      @Nullable public javax.servlet.http.HttpServletResponse getResponse()
      Specified by:
      getResponse in interface com.atlassian.sal.api.web.context.HttpContext
    • getSession

      @Nullable public javax.servlet.http.HttpSession getSession(boolean createSession)
      Specified by:
      getSession in interface com.atlassian.sal.api.web.context.HttpContext