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 HttpServletVariables
HttpServletRequest
in playpublic javax.servlet.http.HttpSession getHttpSession()
getHttpSession
in interface HttpServletVariables
HttpSession
in playpublic javax.servlet.http.HttpServletResponse getHttpResponse()
getHttpResponse
in interface HttpServletVariables
HttpServletResponse
in playpublic javax.servlet.ServletContext getServletContext()
getServletContext
in interface HttpServletVariables
ServletContext
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.HttpContext
Copyright © 2002-2019 Atlassian. All Rights Reserved.