public class BasicCommand extends Object implements Command
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicCommand.MyFactory
We have to wrap the Instationation Factory, becouse the LazyMap expects a factory of generic type Action, but
the instantiation factory has no differentiation between the type it instantiates and the type it returns.
|
| Constructor and Description |
|---|
BasicCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(String mappingName,
Class<? extends Action> actionClass) |
Map<String,Map<String,Action>> |
getActions() |
void |
processActions(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResultContainer resultContainer)
This method should process all the action objects after the data binding was done.
|
public Map<String,Map<String,Action>> getActions()
getActions in interface Commandpublic void processActions(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResultContainer resultContainer)
CommandprocessActions in interface CommandMMBase 1.9-SNAPSHOT - ${javadoctimestamp}