net.aejase.plugin.wizard.helpers
Class WizardBaseHelper

java.lang.Object
  |
  +--net.aejase.plugin.wizard.helpers.WizardBaseHelper

public class WizardBaseHelper
extends java.lang.Object

The WizardBaseHelper contains the user's input for a particular form, and then can be accessible in JSP pages

Since:
0.5
Version:
0.7
Author:
Thomas Cornet

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

WizardBaseHelper

public WizardBaseHelper()
Constructor


WizardBaseHelper

public WizardBaseHelper(java.util.Map map)
Constructor

Parameters:
map -
Method Detail

setMap

public void setMap(java.util.Map m)
Sets the map

Parameters:
m - the map

getValue

public java.lang.Object getValue(java.lang.String name)
Gets a value from the map

Parameters:
name - the name of the value
Returns:
the value