public class VariableScopeResolver extends Object implements Resolver
ExecutionImpl as 'back-end'.| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
variableScope |
protected String |
variableScopeKey |
| Constructor and Description |
|---|
VariableScopeResolver(VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key)
Allows checking whether there is currently an object bound to the key.
|
Object |
get(Object key)
Returns the object currently bound to the key or false if no object is currently bound
to the key
|
Set<String> |
keySet()
Returns the set of key that can be resolved using this resolver.
|
protected VariableScope variableScope
protected String variableScopeKey
public VariableScopeResolver(VariableScope variableScope)
public boolean containsKey(Object key)
ResolvercontainsKey in interface Resolverkey - the key to checkpublic Object get(Object key)
ResolverCopyright © 2015. All rights reserved.