public class ShaleDialogELEvaluator
extends org.apache.commons.scxml.env.jsp.ELEvaluator
EL evaluator, for evaluating the expressions in SCXML documents used to specify Shale dialogs.
This evaluator uses the following premises for evaluation:
java.lang.String object as
required by the methods associated with
org.apache.shale.dialog.ActionStateThis evaluator delegates to the following expression evaluators:
| Constructor and Description |
|---|
ShaleDialogELEvaluator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(org.apache.commons.scxml.Context ctx,
String expr)
Evaluate an expression.
|
void |
setFacesContext(javax.faces.context.FacesContext context)
Set per request context.
|
public void setFacesContext(javax.faces.context.FacesContext context)
context - The FacesContext for this request.public Object eval(org.apache.commons.scxml.Context ctx, String expr) throws org.apache.commons.scxml.SCXMLExpressionException
eval in interface org.apache.commons.scxml.Evaluatoreval in class org.apache.commons.scxml.env.jsp.ELEvaluatorctx - variable contextexpr - expressionorg.apache.commons.scxml.SCXMLExpressionException - For a malformed expressionELEvaluator.eval(Context, String)Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.