Modifier and Type | Field and Description |
---|---|
protected List<Resolver> |
scriptResolvers |
protected static Set<String> |
UNSTORED_KEYS
The script engine implementations put some key/value pairs into the binding.
|
protected VariableScope |
variableScope |
Constructor and Description |
---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String name,
Object value) |
void |
putAll(Map<? extends String,? extends Object> toMerge) |
Object |
remove(Object key) |
int |
size() |
Collection<Object> |
values() |
protected static final Set<String> UNSTORED_KEYS
protected VariableScope variableScope
public ScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope)
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
containsKey
in interface Bindings
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
Copyright © 2015. All rights reserved.