|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.scxml.env.jsp.ELEvaluator
org.apache.shale.dialog.scxml.ShaleDialogELEvaluator
public class ShaleDialogELEvaluator
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 Summary | |
|---|---|
ShaleDialogELEvaluator()
Constructor. |
|
| Method Summary | |
|---|---|
Object |
eval(org.apache.commons.scxml.Context ctx,
String expr)
Evaluate an expression. |
void |
setFacesContext(javax.faces.context.FacesContext context)
Set per request context. |
| Methods inherited from class org.apache.commons.scxml.env.jsp.ELEvaluator |
|---|
evalCond, evalLocation, getBuiltinFnMapper, getLog, newContext, setLog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShaleDialogELEvaluator()
| Method Detail |
|---|
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 - expression
org.apache.commons.scxml.SCXMLExpressionException - For a malformed expressionELEvaluator.eval(Context, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||