net.aejase.plugin.wizard
Class WizardDirectForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--net.aejase.plugin.wizard.WizardDirectForm
All Implemented Interfaces:
java.io.Serializable

public class WizardDirectForm
extends org.apache.struts.action.ActionForm

This is the standard Form used to access directly a step of the form. If used, the form in the JSP page need to pass to the action either the name or the index of the form to be displayed.

Note : no validation is done at this moment. It is done within actions (for the moment)

Since:
0.5
Version:
0.7
Author:
Thomas Cornet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
WizardDirectForm()
           
 
Method Summary
 java.lang.String getFormAction()
          Returns the name of the form
 java.lang.String getFormIndex()
          Retuens the index of the form
 void setFormAction(java.lang.String string)
          Sets the name
 void setFormIndex(java.lang.String s)
          Sets the index
 
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
 

Constructor Detail

WizardDirectForm

public WizardDirectForm()
Method Detail

getFormIndex

public java.lang.String getFormIndex()
Retuens the index of the form

Returns:
an index

getFormAction

public java.lang.String getFormAction()
Returns the name of the form

Returns:
a name

setFormIndex

public void setFormIndex(java.lang.String s)
Sets the index


setFormAction

public void setFormAction(java.lang.String string)
Sets the name

Parameters:
string - a name