public class PreProcessor extends BaseFormAction
CHILD, CONTENT| Constructor and Description |
|---|
PreProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext arg0)
Executes an action
|
CodeAction |
getCode(CodeAction codeAction) |
java.util.List<CodeAction> |
getCodeActions() |
void |
setCode(CodeAction codeAction) |
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 java.lang.String execute(IExecContext arg0) throws java.lang.Exception
BaseActionexecute in class BaseActionarg0 - the application execution contextjava.lang.Exceptionpublic void setCode(CodeAction codeAction)
public CodeAction getCode(CodeAction codeAction)
public java.util.List<CodeAction> getCodeActions()