Package | Description |
---|---|
net.sourceforge.stripes.mock |
Mock objects that implement many of the Servlet and Http Servlet interfaces.
|
Modifier and Type | Method and Description |
---|---|
MockHttpServletResponse |
MockRoundtrip.getResponse()
Get the servlet response object to be used by this round trip
|
Modifier and Type | Method and Description |
---|---|
void |
MockServletContext.acceptRequest(MockHttpServletRequest request,
MockHttpServletResponse response)
Takes a request and response and runs them through the set of filters using a
MockFilterChain, which if everything goes well, will eventually execute the servlet
that is registered with this context.
|
protected void |
MockRoundtrip.setResponse(MockHttpServletResponse response)
Set the servlet response object to be used by this round trip
|
? Copyright 2005-2006, Stripes Development Team.