Method Summary |
|
public void | finish() Mock finish() method does nothing. |
public Hashtable | getAllElements() This method returns all elements of a multipart request. |
public Hashtable | getFileElements() |
public ActionMapping | getMapping() Get the ActionMapping instance for this mock request. |
public ActionServlet | getServlet() Get the mock ActionServlet instance. |
public Hashtable | getTextElements() This method is called on to retrieve all the text
input elements of the request. |
public void | handleRequest(HttpServletRequest request) |
public void | rollback() Mock rollback() method does nothing. |
public void | setMapping(ActionMapping mapping) Convienience method to set a reference to a mock
ActionMapping instance. |
public void | setServlet(ActionServlet servlet) Convienience method to set a reference to a mock
ActionServlet instance. |