Package com.axelor.script
Class GroovyScriptHelper
- java.lang.Object
-
- com.axelor.script.AbstractScriptHelper
-
- com.axelor.script.GroovyScriptHelper
-
- All Implemented Interfaces:
ScriptHelper
public class GroovyScriptHelper extends AbstractScriptHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroovyScriptHelper.Helpers
-
Field Summary
-
Fields inherited from class com.axelor.script.AbstractScriptHelper
log
-
-
Constructor Summary
Constructors Constructor Description GroovyScriptHelper(Context context)GroovyScriptHelper(Bindings bindings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objecteval(String expr, Bindings bindings)Evaluate the given expression with the given bindings.-
Methods inherited from class com.axelor.script.AbstractScriptHelper
call, doCall, eval, getBindings, setBindings, test
-
-