Uses of Class
freemarker.ext.jython.JythonWrapper

Packages that use JythonWrapper
freemarker.ext.jython Provides model implementations that allow access to arbitrary Jython objects. 
 

Uses of JythonWrapper in freemarker.ext.jython
 

Fields in freemarker.ext.jython declared as JythonWrapper
static JythonWrapper JythonWrapper.INSTANCE
           
protected  JythonWrapper JythonModel.wrapper
           
 

Constructors in freemarker.ext.jython with parameters of type JythonWrapper
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)