public class SerializableMapContext extends Object implements org.apache.commons.jexl2.JexlContext, Serializable
Each entry in the map is considered a variable name, value pair.
| Constructor and Description |
|---|
SerializableMapContext() |
SerializableMapContext(Map<String,Object> vars) |
| Modifier and Type | Method and Description |
|---|---|
SerializableMapContext |
createNewFromCurrent() |
Set<String> |
dataModelKeySet() |
Object |
get(String name) |
boolean |
has(String name) |
void |
removeEntry(String key) |
void |
set(String name,
Object value) |
public SerializableMapContext createNewFromCurrent()
public void removeEntry(String key)
public Object get(String name)
get in interface org.apache.commons.jexl2.JexlContextpublic void set(String name, Object value)
set in interface org.apache.commons.jexl2.JexlContextpublic boolean has(String name)
has in interface org.apache.commons.jexl2.JexlContextCopyright © 2015. All rights reserved.