public class ElseIfAction extends BaseAction
CHILD, CONTENT| Constructor and Description |
|---|
ElseIfAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
java.lang.String |
getExpression() |
void |
setExpression(java.lang.String expression) |
java.lang.String |
toString() |
addChild, clearActions, doReplace, doReplace, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic java.lang.String getExpression()
public void setExpression(java.lang.String expression)
public java.lang.String execute(IExecContext execContext) throws java.lang.Exception
BaseActionexecute in class BaseActionexecContext - the application execution contextjava.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Object