public class PostProcesses extends BaseFormAction
CHILD, CONTENT| Constructor and Description |
|---|
PostProcesses() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext arg0)
Executes an action
|
CodeAction |
getCode() |
CodeAction |
getProcessor() |
java.util.List<CodeAction> |
getProcessors() |
void |
setCode(CodeAction processor) |
void |
setProcessor(CodeAction processor)
Add a processor to the list
|
addButtonsToExecContext, addLinksToExecContext, buildButtons, buildHiddenInput, buildInput, buildLinks, buildPasswordInput, buildTextInput, findFormId, getButton, getButtons, getLink, getLinks, setButton, setLink, setLinksaddChild, clearActions, doReplace, doReplace, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic void setProcessor(CodeAction processor)
processor - public CodeAction getProcessor()
public java.util.List<CodeAction> getProcessors()
public void setCode(CodeAction processor)
public CodeAction getCode()
public java.lang.String execute(IExecContext arg0) throws java.lang.Exception
BaseActionexecute in class BaseActionarg0 - the application execution contextjava.lang.Exception