| java.lang.Object org.apache.commons.scxml.env.jsp.ELEvaluator
ELEvaluator | public class ELEvaluator implements Evaluator,Serializable(Code) | | Evaluator implementation enabling use of EL expressions in
SCXML documents.
|
ELEvaluator | public ELEvaluator()(Code) | | Constructor.
|
getBuiltinFnMapper | protected FunctionMapper getBuiltinFnMapper()(Code) | | Get the FunctionMapper for builtin SCXML/Commons SCXML functions.
builtinFnMapper The FunctionMapper |
getLog | protected Log getLog()(Code) | | Get the log used by this Evaluator instance.
Log The log being used. |
setLog | protected void setLog(Log log)(Code) | | Set the log used by this Evaluator instance.
Parameters: log - The new log. |
|
|