|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.wishlist.client.control.ActionDispatcher
public final class ActionDispatcher
The responsibility of this class is to control and execute single steps of the workflow of this application.
| Method Summary | |
|---|---|
void |
executeAction(java.lang.String actionName)
executes the action. |
void |
executeAction(java.lang.String actionName,
java.lang.String paramName,
java.lang.String paramValue)
executes the action with name actionName. |
void |
executeAction(java.lang.String actionName,
java.lang.String paramName,
java.lang.String paramValue,
BaseDtoImpl formData)
executes the action with name actionName. |
void |
executeResponseAction()
handles the response of the last serverAction. |
static ActionDispatcher |
getInstance()
singleton accessor method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ActionDispatcher getInstance()
public void executeAction(java.lang.String actionName)
actionName - the action to execute.public void executeResponseAction()
public void executeAction(java.lang.String actionName,
java.lang.String paramName,
java.lang.String paramValue)
actionName - the name of the action to performparamName - the name of the actionparameterparamValue - the value of the actionparameter
public void executeAction(java.lang.String actionName,
java.lang.String paramName,
java.lang.String paramValue,
BaseDtoImpl formData)
actionName - the name of the action to performparamName - the name of the actionparameterparamValue - the value of the actionparameterformData - the data of the form
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||