Package | Description |
---|---|
net.sourceforge.stripes.mock |
Mock objects that implement many of the Servlet and Http Servlet interfaces.
|
Modifier and Type | Method and Description |
---|---|
MockRequestDispatcher |
MockHttpServletRequest.getRequestDispatcher(java.lang.String url)
Returns an instance of MockRequestDispatcher that just records what URLs are forwarded
to or included.
|
? Copyright 2005-2006, Stripes Development Team.