public class FreemarkerContextImpl extends HashMap implements IContext
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
FreemarkerContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key)
Get the value of the given key.
|
IContext |
getGlobalContext() |
Object[] |
getKeys() |
Object |
put(String key,
Object value)
Put a value for the given key.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static final long serialVersionUID
public Object put(String key, Object value)
IContextpublic Object get(String key)
IContextpublic IContext getGlobalContext()
getGlobalContext in interface IContextCopyright © 2020 Mice S.r.l. All rights reserved.