Index

D E H N O S 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

DEFAULT_DATA_MODEL_BINDING_NAME - Static variable in class org.fugerit.java.script.helper.EvalScriptWithDataModel
Default name for data model binding in script engine.
defaultDataModelConversion(Map<String, Object>) - Static method in class org.fugerit.java.script.helper.EvalScriptWithJsonDataModel
Default data model conversion Only basic types will be used : String, Number, Boolean, Array, Object as Map.

E

EvalScript - Interface in org.fugerit.java.script.helper
Simple interface for script handling.
EvalScriptWithDataModel - Class in org.fugerit.java.script.helper
Simple implementation of EvalScript.
EvalScriptWithDataModel(String) - Constructor for class org.fugerit.java.script.helper.EvalScriptWithDataModel
It will create a EvalScriptWithDataModel with the default data model binding name.
EvalScriptWithDataModel(String, String) - Constructor for class org.fugerit.java.script.helper.EvalScriptWithDataModel
It will create a EvalScriptWithDataModel
EvalScriptWithJsonDataModel - Class in org.fugerit.java.script.helper
EvalScript decorator.
EvalScriptWithJsonDataModel(EvalScript) - Constructor for class org.fugerit.java.script.helper.EvalScriptWithJsonDataModel
Add decoration to a give EvalScript

H

handle(Reader) - Method in interface org.fugerit.java.script.helper.EvalScript
It will handle a script with no data model Any exception will be converted to ConfigRuntimeException
handle(Reader, Map<String, Object>) - Method in interface org.fugerit.java.script.helper.EvalScript
It will handle a script and bind a data model.
handleEx(Reader) - Method in interface org.fugerit.java.script.helper.EvalScript
It will handle a script with no data model.
handleEx(Reader, Map<String, Object>) - Method in interface org.fugerit.java.script.helper.EvalScript
It will handle a script and bind a data model.
handleEx(Reader, Map<String, Object>) - Method in class org.fugerit.java.script.helper.EvalScriptWithDataModel
 
handleEx(Reader, Map<String, Object>) - Method in class org.fugerit.java.script.helper.EvalScriptWithJsonDataModel
 

N

newEvalScriptWithJsonDataModel(String) - Static method in class org.fugerit.java.script.helper.EvalScriptWithJsonDataModel
It will decorate a EvalScriptWithDataModel instance with default data model binding name.
newEvalScriptWithJsonDataModel(String, String) - Static method in class org.fugerit.java.script.helper.EvalScriptWithJsonDataModel
It will decorate a EvalScriptWithDataModel instance.

O

org.fugerit.java.script.helper - package org.fugerit.java.script.helper
 

S

ScriptException - Exception in org.fugerit.java.script.helper
Exception used by EvalScript
ScriptException() - Constructor for exception org.fugerit.java.script.helper.ScriptException
Default constructor
ScriptException(String) - Constructor for exception org.fugerit.java.script.helper.ScriptException
Constructor using only a message
ScriptException(String, Throwable) - Constructor for exception org.fugerit.java.script.helper.ScriptException
Constructor using message and cause
ScriptException(Throwable) - Constructor for exception org.fugerit.java.script.helper.ScriptException
Constructor using only the cause
D E H N O S 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form