|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.struts.action.ActionForm | +--net.aejase.plugin.wizard.WizardDirectForm
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)
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 |
public WizardDirectForm()
Method Detail |
public java.lang.String getFormIndex()
public java.lang.String getFormAction()
public void setFormIndex(java.lang.String s)
public void setFormAction(java.lang.String string)
string
- a name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |