Uses of Interface
freemarker.template.TemplateMethodModelEx
Packages that use TemplateMethodModelEx
Package
Description
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
Exposes Jython objects to templates.
Exposes Rhino (ECMAScript) objects to templates.
Various classes used by core FreeMarker code but might be useful outside of it too.
-
Uses of TemplateMethodModelEx in freemarker.ext.beans
Classes in freemarker.ext.beans that implement TemplateMethodModelExModifier and TypeClassDescriptionclassA special case ofBeanModelthat adds implementation forTemplateMethodModelExon map objects that is a shortcut for the Map.get() method.classWraps a set of same-name overloaded methods behindTemplateMethodModelinterface, like if it was a single method, chooses among them behind the scenes on call-time based on the argument values.classA hash model that wraps a resource bundle.classModel used byBeansWrapperwhen simpleMapWrapper mode is enabled.final classA class that will wrap a reflected method call into aTemplateMethodModelinterface.Methods in freemarker.ext.beans that return TemplateMethodModelExModifier and TypeMethodDescriptionWraps a Java method so that it can be called from templates, without wrapping its parent ("this") object. -
Uses of TemplateMethodModelEx in freemarker.ext.jython
Classes in freemarker.ext.jython that implement TemplateMethodModelExModifier and TypeClassDescriptionclassModel for Jython dictionaries (PyDictionaryandPyStringMap).classGeneric model for arbitrary Jython objects.classModel for Jython numeric objects (PyInteger,PyLong,PyFloat).classModel for Jython sequence objects (PySequencedescendants). -
Uses of TemplateMethodModelEx in freemarker.ext.rhino
Classes in freemarker.ext.rhino that implement TemplateMethodModelEx -
Uses of TemplateMethodModelEx in freemarker.template.utility
Classes in freemarker.template.utility that implement TemplateMethodModelExModifier and TypeClassDescriptionclassAn object that you can make available in a template to instantiate arbitrary beans-wrapped objects in a template.