public class HttpContext extends Object implements com.atlassian.sal.api.web.context.HttpContext
HttpContext class.| Constructor and Description |
|---|
HttpContext(HttpContext httpContext) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
javax.servlet.http.HttpSession |
getSession(boolean create) |
public HttpContext(HttpContext httpContext)
public javax.servlet.http.HttpServletRequest getRequest()
getRequest in interface com.atlassian.sal.api.web.context.HttpContextHttpContext.getRequest()public javax.servlet.http.HttpServletResponse getResponse()
getResponse in interface com.atlassian.sal.api.web.context.HttpContextHttpContext.getResponse()public javax.servlet.http.HttpSession getSession(boolean create)
getSession in interface com.atlassian.sal.api.web.context.HttpContextcreate - HttpContext.getSession(boolean)Copyright © 2003–2017 Atlassian. All rights reserved.