public class MockHttpServletVariables extends Object implements HttpServletVariables
Constructor and Description |
---|
MockHttpServletVariables() |
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() |
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 applicationCopyright © 2002-2021 Atlassian. All Rights Reserved.