Frames | No Frames |
Classes implementing freemarker.template.TemplateMethodModelEx | |
class | Experimental: no backward compatibility guarantees;
any feedback is highly welcome!
|
Classes implementing freemarker.template.TemplateMethodModelEx | |
class | An object that you can make available in a template
to instantiate arbitrary beans-wrapped objects in a template. |
Classes implementing freemarker.template.TemplateMethodModelEx | |
class | Model for Jython dictionaries ( org.python.core.PyDictionary
and org.python.core.PyStringMap ). |
class | Generic model for arbitrary Jython objects. |
class | Model for Jython numeric objects ( org.python.core.PyInteger , org.python.core.PyLong ,
org.python.core.PyFloat ). |
class | Model for Jython sequence objects ( org.python.core.PySequence descendants). |
Classes implementing freemarker.template.TemplateMethodModelEx | |
class | A special case of BeanModel that adds implementation
for TemplateMethodModelEx on map objects that is a shortcut for the
Map.get() method. |
class | A hash model that wraps a resource bundle. |
class | Model used by BeansWrapper when simpleMapWrapper
mode is enabled. |