@PublicApi
public interface HttpServletVariables
HttpServlet
would receive.
Note this only makes sense to use inside a HTTP request thread of execution and hence if you are not inside one
it will throw an IllegalStateException
.
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.HttpServletRequest |
getHttpRequest() |
javax.servlet.http.HttpServletResponse |
getHttpResponse() |
javax.servlet.http.HttpSession |
getHttpSession() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpServletRequest getHttpRequest()
HttpServletRequest
in playIllegalStateException
- if you are not inside a HTTP request threadjavax.servlet.http.HttpSession getHttpSession()
HttpSession
in playIllegalStateException
- if you are not inside a HTTP request threadjavax.servlet.http.HttpServletResponse getHttpResponse()
HttpServletResponse
in playIllegalStateException
- if you are not inside a HTTP request threadjavax.servlet.ServletContext getServletContext()
ServletContext
of the JIRA web applicationCopyright © 2002-2021 Atlassian. All Rights Reserved.