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

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

Uses of MockHttpServletRequest in net.sourceforge.stripes.mock
 

Methods in net.sourceforge.stripes.mock that return MockHttpServletRequest
 MockHttpServletRequest MockRequestDispatcher.getMockRequest(ServletRequest request)
          Locates the MockHttpServletRequest in case it is wrapped.
 MockHttpServletRequest MockRoundtrip.getRequest()
          Get the servlet request object to be used by this round trip
 

Methods in net.sourceforge.stripes.mock with parameters of type MockHttpServletRequest
 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.setRequest(MockHttpServletRequest request)
          Set the servlet request object to be used by this round trip
 



? Copyright 2005-2006, Stripes Development Team.