|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.aejase.plugin.wizard.WizardInput
The WizardInput stores each form's input data of the wizard
Constructor Summary | |
WizardInput(javax.servlet.http.HttpServletRequest request,
java.util.Map m)
Constructor |
Method Summary | |
java.lang.String |
getActionPath()
Returns the action's path |
java.lang.String |
getInput()
Returns the action's input |
java.util.Map |
getMap()
Returns the map |
java.lang.String |
toString()
Generates a description of the WizardInput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WizardInput(javax.servlet.http.HttpServletRequest request, java.util.Map m)
request
- the current requestm
- the map with all fields insideMethod Detail |
public java.lang.String getActionPath()
public java.util.Map getMap()
public java.lang.String getInput()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |