|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateMethodModelEx | |
---|---|
freemarker.ext.beans | Provides model implementations that allow access to arbitrary Java objects. |
freemarker.ext.jython | Provides model implementations that allow access to arbitrary Jython objects. |
freemarker.ext.rhino | Rhino (ECMAScript) support |
freemarker.template.utility | Utility classes that may be used to customize aspects of FreeMarker. |
Uses of TemplateMethodModelEx in freemarker.ext.beans |
---|
Classes in freemarker.ext.beans that implement TemplateMethodModelEx | |
---|---|
class |
MapModel
A special case of BeanModel that adds implementation
for TemplateMethodModelEx on map objects that is a shortcut for the
Map.get() method. |
class |
ResourceBundleModel
A hash model that wraps a resource bundle. |
class |
SimpleMapModel
Model used by BeansWrapper when simpleMapWrapper
mode is enabled. |
class |
SimpleMethodModel
A class that will wrap a reflected method call into a TemplateMethodModel interface. |
Uses of TemplateMethodModelEx in freemarker.ext.jython |
---|
Classes in freemarker.ext.jython that implement TemplateMethodModelEx | |
---|---|
class |
JythonHashModel
Model for Jython dictionaries ( PyDictionary
and PyStringMap ). |
class |
JythonModel
Generic model for arbitrary Jython objects. |
class |
JythonNumberModel
Model for Jython numeric objects ( PyInteger , PyLong ,
PyFloat ). |
class |
JythonSequenceModel
Model for Jython sequence objects ( PySequence descendants). |
Uses of TemplateMethodModelEx in freemarker.ext.rhino |
---|
Classes in freemarker.ext.rhino that implement TemplateMethodModelEx | |
---|---|
class |
RhinoFunctionModel
|
Uses of TemplateMethodModelEx in freemarker.template.utility |
---|
Classes in freemarker.template.utility that implement TemplateMethodModelEx | |
---|---|
class |
ObjectConstructor
An object that you can make available in a template to instantiate arbitrary beans-wrapped objects in a template. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |