|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.apache.commons.jexl.context.HashMapContext
public class HashMapContext
Implementation of JexlContext based on a HashMap.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary | |
|---|---|
(package private) static long |
serialVersionUID
serialization version id jdk13 generated. |
| Constructor Summary | |
|---|---|
HashMapContext()
|
|
| Method Summary | |
|---|---|
java.util.Map |
getVars()
Retrives the Map of variables associated with this JexlContext. |
void |
setVars(java.util.Map vars)
Replaces variables in a JexlContext with the variables contained in the supplied Map. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
static final long serialVersionUID
| Constructor Detail |
|---|
public HashMapContext()
| Method Detail |
|---|
public void setVars(java.util.Map vars)
setVars in interface JexlContextvars - Contents of vars will be replaced with the content
of this Mappublic java.util.Map getVars()
getVars in interface JexlContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||