|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebwork.action.factory.ActionFactory
webwork.action.factory.ActionFactoryProxy
webwork.action.factory.CommandActionFactoryProxy
Executes a "command" within an action specified either as part of the action name or as a parameter value.
| Constructor Summary | |
CommandActionFactoryProxy(ActionFactory aFactory)
|
|
| Method Summary | |
Action |
getActionImpl(java.lang.String aName)
Locates the matching action object from the action factory proxy chain and then executes a command on it if the CommandDriven interface
is implemented. |
| Methods inherited from class webwork.action.factory.ActionFactoryProxy |
flushCaches, getNextFactory |
| Methods inherited from class webwork.action.factory.ActionFactory |
getAction, getActionFactory, setActionFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommandActionFactoryProxy(ActionFactory aFactory)
| Method Detail |
public Action getActionImpl(java.lang.String aName)
throws java.lang.Exception
CommandDriven interface
is implemented. The command is determined either by using the text
after the "!" in the action name or from the value of the
first parameter named
"command."
getActionImpl in class ActionFactoryaName -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||