Package org.fugerit.java.script.helper
Class EvalScriptWithJsonDataModel
java.lang.Object
org.fugerit.java.script.helper.EvalScriptWithJsonDataModel
- All Implemented Interfaces:
EvalScript
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EvalScript
newEvalScriptWithJsonDataModel
(String scriptExtension) static EvalScript
newEvalScriptWithJsonDataModel
(String scriptExtension, String dataModelBindingName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.fugerit.java.script.helper.EvalScript
handle, handle, handleEx
-
Constructor Details
-
EvalScriptWithJsonDataModel
-
-
Method Details
-
handleEx
- Specified by:
handleEx
in interfaceEvalScript
- Throws:
ScriptException
-
newEvalScriptWithJsonDataModel
public static EvalScript newEvalScriptWithJsonDataModel(String scriptExtension, String dataModelBindingName) -
newEvalScriptWithJsonDataModel
-