net.aejase.plugin.wizard
Class WizardInput

java.lang.Object
  |
  +--net.aejase.plugin.wizard.WizardInput

public class WizardInput
extends java.lang.Object

The WizardInput stores each form's input data of the wizard

Since:
0.5
Version:
0.6
Author:
Thomas Cornet

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

WizardInput

public WizardInput(javax.servlet.http.HttpServletRequest request,
                   java.util.Map m)
Constructor

Parameters:
request - the current request
m - the map with all fields inside
Since:
0.7
Method Detail

getActionPath

public java.lang.String getActionPath()
Returns the action's path

Returns:

getMap

public java.util.Map getMap()
Returns the map

Returns:
the map

getInput

public java.lang.String getInput()
Returns the action's input

Returns:

toString

public java.lang.String toString()
Generates a description of the WizardInput

Overrides:
toString in class java.lang.Object
Returns:
a comprehensive description of the class' content