public class HttpServletVariablesImpl extends Object implements HttpServletVariables, com.atlassian.sal.api.web.context.HttpContext
| Constructor and Description |
|---|
HttpServletVariablesImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpServletRequest |
getHttpRequest() |
javax.servlet.http.HttpServletResponse |
getHttpResponse() |
javax.servlet.http.HttpSession |
getHttpSession() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSession |
getSession(boolean create) |
public javax.servlet.http.HttpServletRequest getHttpRequest()
getHttpRequest in interface HttpServletVariablesHttpServletRequest in playpublic javax.servlet.http.HttpSession getHttpSession()
getHttpSession in interface HttpServletVariablesHttpSession in playpublic javax.servlet.http.HttpServletResponse getHttpResponse()
getHttpResponse in interface HttpServletVariablesHttpServletResponse in playpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface HttpServletVariablesServletContext of the JIRA web application@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 create)
getSession in interface com.atlassian.sal.api.web.context.HttpContextCopyright © 2002-2018 Atlassian. All Rights Reserved.