Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps.form
Class ConfirmForm  view ConfirmForm download ConfirmForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.RuntimeCollective.webapps.form.ConfirmForm
All Implemented Interfaces:
java.io.Serializable, SwitchForm

public class ConfirmForm
extends org.apache.struts.action.ActionForm
implements SwitchForm

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:
getFormAction in interface SwitchForm

setFormAction

public void setFormAction(java.lang.String formAction)
set the formAction.

Specified by:
setFormAction in interface SwitchForm