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
factoryFields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
map -
Method Summary
Methods inherited from class org.apache.commons.collections.map.LazyMap
decorate, decorate, getMethods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
clear, containsKey, containsValue, entrySet, equals, getMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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