org.apache.struts.webapp.el.exercise
Class HtmlSettersAction
java.lang.Object
org.apache.struts.action.Action
org.apache.struts.webapp.el.exercise.HtmlSettersAction
public class HtmlSettersAction
- extends Action
Do-nothing action that accepts the changes made automatically in our form
bean, and then returns control to the input form (if "Save" was pressed) or
the main menu (if "Cancel" was pressed).
- Version:
- $Rev: 471754 $ $Date: 2004-12-08 00:11:35 -0500 (Wed, 08 Dec 2004)
$
- Author:
- Craig R. McClanahan
Fields inherited from class org.apache.struts.action.Action |
servlet |
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlSettersAction
public HtmlSettersAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Forward to the input form if "Save" was pressed or the main menu if
"Cancel" was pressed.
- Overrides:
execute
in class Action
- Parameters:
mapping
- The ActionMapping used to select this instanceactionForm
- The optional ActionForm bean for this requestrequest
- The servlet request we are processingresponse
- The servlet response we are creating
- Throws:
Exception
- if business logic throws an exception
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.