public class Log extends Action
Constructor and Description |
---|
Log()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(ActionExecutionContext exctx)
Execute this action instance.
|
String |
getExpr()
Get the log expression.
|
String |
getLabel()
Get the log label.
|
void |
setExpr(String expr)
Set the log expression.
|
void |
setLabel(String label)
Set the log label.
|
getNamespaces, getNamespacesKey, getParent, getParentEnterableState, getTextContentIfNodeResult, setNamespaces, setParent
public Log()
public final void setExpr(String expr)
expr
- The expr to set.public final void setLabel(String label)
label
- The label to set.public void execute(ActionExecutionContext exctx) throws ModelException, SCXMLExpressionException
execute
in class Action
exctx
- The ActionExecutionContext for this execution instanceModelException
- If the execution causes the model to enter
a non-deterministic state.SCXMLExpressionException
- If the execution involves trying
to evaluate an expression which is malformed.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.