public interface Command
| Modifier and Type | Method and Description |
|---|---|
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.
|
Map<String,Map<String,Action>> getActions()
void processActions(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ResultContainer resultContainer)
transaction - an mmbase transaction in which all datamanipulation is donerequest - response - MMBase 1.9-SNAPSHOT - ${javadoctimestamp}