Uses of Class freemarker.ext.jython.JythonModel

Uses in package freemarker.ext.jython

Classes derived from freemarker.ext.jython.JythonModel

class
Model for Jython dictionaries (org.python.core.PyDictionary and org.python.core.PyStringMap).
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).