Class SimpleMapModel

java.lang.Object
freemarker.template.WrappingTemplateModel
freemarker.ext.beans.SimpleMapModel
All Implemented Interfaces:
WrapperTemplateModel, AdapterTemplateModel, TemplateHashModel, TemplateHashModelEx, TemplateHashModelEx2, TemplateMethodModel, TemplateMethodModelEx, TemplateModel, TemplateModelWithAPISupport

Model used by BeansWrapper when simpleMapWrapper mode is enabled. Provides a simple hash model interface to the underlying map (does not copy like SimpleHash), and a method interface to non-string keys.