org.aris.actionservlet
Class LastActionStackStore

java.lang.Object
  extended by org.aris.actionservlet.LastActionStackStore
All Implemented Interfaces:
java.io.Serializable

public class LastActionStackStore
extends java.lang.Object
implements java.io.Serializable

Holder for LastActionStackStore utility functions.

Author:
Aris
See Also:
Serialized Form

Constructor Summary
LastActionStackStore(java.lang.String action)
          Constructor.
 
Method Summary
 java.lang.String getAction()
          Returns the Action String.
 java.lang.Object getParam(java.lang.String name)
          Returns a parameter for this LastActionStackStore
 void setParam(java.lang.String name, java.lang.Object value)
          Stores a parameter for this LastActionStackStore.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastActionStackStore

public LastActionStackStore(java.lang.String action)
Constructor. Needs the Action name.

Parameters:
action - Action Name.
Method Detail

getAction

public java.lang.String getAction()
Returns the Action String.

Returns:
Action string.

setParam

public void setParam(java.lang.String name,
                     java.lang.Object value)
Stores a parameter for this LastActionStackStore.

Parameters:
name -
value -

getParam

public java.lang.Object getParam(java.lang.String name)
Returns a parameter for this LastActionStackStore

Parameters:
name - The Name of the parameter
Returns:
The value