|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.RuntimeCollective.webapps.form
Class ConfirmForm

java.lang.Objectorg.apache.struts.action.ActionForm
com.RuntimeCollective.webapps.form.ConfirmForm
- All Implemented Interfaces:
- java.io.Serializable, SwitchForm
- public class ConfirmForm
- extends org.apache.struts.action.ActionForm
- implements SwitchForm
- extends org.apache.struts.action.ActionForm
Allows the user to select to confirm or cancel an action.
- Version:
- $Id: ConfirmForm.java,v 1.4 2003/09/30 15:13:13 joe Exp $
| Field Summary | |
private java.lang.String |
formAction
|
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
ConfirmForm()
|
|
| Method Summary | |
java.lang.String |
getFormAction()
get the formAction. |
void |
setFormAction(java.lang.String formAction)
set the formAction. |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
formAction
private java.lang.String formAction
| Constructor Detail |
ConfirmForm
public ConfirmForm()
| Method Detail |
getFormAction
public java.lang.String getFormAction()
- get the formAction.
- Specified by:
getFormActionin interfaceSwitchForm
setFormAction
public void setFormAction(java.lang.String formAction)
- set the formAction.
- Specified by:
setFormActionin interfaceSwitchForm
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> webapps >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC