Package scriptella.driver.script
Class BindingsParametersCallback
java.lang.Object
scriptella.driver.script.ParametersCallbackMap
scriptella.driver.script.BindingsParametersCallback
- All Implemented Interfaces:
Map<String,,Object> Bindings,ParametersCallback
- Direct Known Subclasses:
NashornBindingsParametersCallback
Bindings implementation for
integration into Scriptella execution environment.
This class simply declare Bindings interface from Java SE 6.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionBindingsParametersCallback(ParametersCallback parentParameters) BindingsParametersCallback(ParametersCallback parentParameters, QueryCallback queryCallback) -
Method Summary
Methods inherited from class scriptella.driver.script.ParametersCallbackMap
clear, containsKey, containsValue, entrySet, get, getParameter, isEmpty, isNextCalled, keySet, next, put, putAll, remove, setQueryCallback, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
BindingsParametersCallback
-
BindingsParametersCallback
-