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 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 applicationCopyright © 2002-2019 Atlassian. All Rights Reserved.