Class HandlebarsContextModelMap
java.lang.Object
org.apache.commons.collections.map.AbstractMapDecorator
org.apache.commons.collections.map.LazyMap
org.onehippo.forge.templating.support.handlebars.servlet.HandlebarsContextModelMap
- All Implemented Interfaces:
Serializable
,Map
public class HandlebarsContextModelMap
extends org.apache.commons.collections.map.LazyMap
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.commons.collections.map.LazyMap
factory
Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
map
-
Method Summary
Methods inherited from class org.apache.commons.collections.map.LazyMap
decorate, decorate, get
Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
clear, containsKey, containsValue, entrySet, equals, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values