public class CrowdHttpContext extends Object implements com.atlassian.sal.api.web.context.HttpContext
HttpContext
.Constructor and Description |
---|
CrowdHttpContext() |
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
javax.servlet.http.HttpSession |
getSession(boolean createSession) |
@Nullable public javax.servlet.http.HttpServletRequest getRequest()
getRequest
in interface com.atlassian.sal.api.web.context.HttpContext
@Nullable public javax.servlet.http.HttpServletResponse getResponse()
getResponse
in interface com.atlassian.sal.api.web.context.HttpContext
@Nullable public javax.servlet.http.HttpSession getSession(boolean createSession)
getSession
in interface com.atlassian.sal.api.web.context.HttpContext
Copyright © 2020 Atlassian. All rights reserved.