Package com.axelor.script
Class ScriptBindings
java.lang.Object
javax.script.SimpleBindings
com.axelor.script.ScriptBindings
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.script.SimpleBindings
clear, containsValue, entrySet, isEmpty, remove, size, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ScriptBindings
-
-
Method Details
-
asType
-
containsKey
- Specified by:
containsKey
in interfaceBindings
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classSimpleBindings
-
keySet
-
get
-
put
-
putAll
-