Uses of Class
net.sourceforge.stripes.mock.MockHttpServletResponse

Packages that use MockHttpServletResponse
net.sourceforge.stripes.mock Mock objects that implement many of the Servlet and Http Servlet interfaces. 
 

Uses of MockHttpServletResponse in net.sourceforge.stripes.mock
 

Methods in net.sourceforge.stripes.mock that return MockHttpServletResponse
 MockHttpServletResponse MockRoundtrip.getResponse()
          Get the servlet response object to be used by this round trip
 

Methods in net.sourceforge.stripes.mock with parameters of type MockHttpServletResponse
 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.