public class SaveRecordAction extends BaseAction
The parameters are contained in the execContext named map 'request'. These are retrieved from the http request.
One of the parameters must contain the table name. This is found in the request map using the key 'table.name'
There must be at least one parameter to insert.
CHILD, CONTENT| Constructor and Description |
|---|
SaveRecordAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
addChild, clearActions, doReplace, doReplace, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic java.lang.String execute(IExecContext execContext) throws java.lang.Exception
BaseActionexecute in class BaseActionexecContext - the application execution contextjava.lang.Exception