Method Summary |
|
public void | finish() This method is called on when a successful form post has been made.
Some implementations will use this to destroy temporary files or write
to a database or something of that nature. |
public Hashtable | getAllElements() This method returns all elements of a multipart request. |
public Hashtable | getFileElements() This method is called on to retrieve all the FormFile input
elements of the request. |
public ActionMapping | getMapping() |
public ActionServlet | getServlet() |
public Hashtable | getTextElements() This method is called on to retrieve all the text input elements of
the request. |
public void | handleRequest(HttpServletRequest request) After constructed, this is the first method called on by
ActionServlet. |
public void | rollback() This method is called on when there's some sort of problem and the
form post needs to be rolled back. |
public void | setMapping(ActionMapping mapping) Convienience method to set a reference to a working ActionMapping
instance. |
public void | setServlet(ActionServlet servlet) Convienience method to set a reference to a working ActionServlet
instance. |