|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.aejase.plugin.wizard.helpers.WizardBaseHelper
The WizardBaseHelper contains the user's input for a particular form, and then can be accessible in JSP pages
| Constructor Summary | |
WizardBaseHelper()
Constructor |
|
WizardBaseHelper(java.util.Map map)
Constructor |
|
| Method Summary | |
java.lang.Object |
getValue(java.lang.String name)
Gets a value from the map |
void |
setMap(java.util.Map m)
Sets the map |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WizardBaseHelper()
public WizardBaseHelper(java.util.Map map)
map - | Method Detail |
public void setMap(java.util.Map m)
m - the mappublic java.lang.Object getValue(java.lang.String name)
name - the name of the value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||