Package com.axelor.script
Class ELScriptHelper
java.lang.Object
com.axelor.script.AbstractScriptHelper
com.axelor.script.ELScriptHelper
- All Implemented Interfaces:
ScriptHelper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.axelor.script.AbstractScriptHelper
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.axelor.script.AbstractScriptHelper
call, doCall, eval, getBindings, setBindings, test
-
Constructor Details
-
ELScriptHelper
-
ELScriptHelper
-
-
Method Details
-
eval
Description copied from interface:ScriptHelperEvaluate the given expression with the given bindings.- Parameters:
expr- the expression to evaluatebindings- the context bindings- Returns:
- expression result
-