Package org.javlo.test.servlet
Class FakeHttpContext
- java.lang.Object
-
- org.javlo.test.servlet.FakeHttpContext
-
public class FakeHttpContext extends Object
-
-
Constructor Summary
Constructors Constructor Description FakeHttpContext(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestRequest
getRequest()
TestResponse
getResponse()
javax.servlet.ServletContext
getServletContext()
javax.servlet.http.HttpSession
getSession()
-
-
-
Constructor Detail
-
FakeHttpContext
public FakeHttpContext(String url)
-
-
Method Detail
-
getRequest
public TestRequest getRequest()
-
getResponse
public TestResponse getResponse()
-
getSession
public javax.servlet.http.HttpSession getSession()
-
getServletContext
public javax.servlet.ServletContext getServletContext()
-
-