Package | Description |
---|---|
freemarker.ext.jython |
Exposes Jython objects to templates.
|
Modifier and Type | Field and Description |
---|---|
static JythonWrapper |
JythonWrapper.INSTANCE |
protected JythonWrapper |
JythonModel.wrapper |
Constructor and Description |
---|
JythonHashModel(org.python.core.PyObject object,
JythonWrapper wrapper) |
JythonModel(org.python.core.PyObject object,
JythonWrapper wrapper) |
JythonNumberModel(org.python.core.PyObject object,
JythonWrapper wrapper) |
JythonSequenceModel(org.python.core.PyObject object,
JythonWrapper wrapper) |