Class ConfigModel.ScopedConfigMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- org.springframework.extensions.webscripts.ConfigModel.ScopedConfigMap
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map
- Enclosing class:
- ConfigModel
public class ConfigModel.ScopedConfigMap extends java.util.HashMapMap to allow access to scoped config in a unified way for scripts and templates.- Author:
- gavinc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScopedConfigMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.Object identifier)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-