Package freemarker.ext.jython

Provides model implementations that allow access to arbitrary Jython objects.

See: Description

Package freemarker.ext.jython Description

Provides model implementations that allow access to arbitrary Jython objects.

Most of the issues dealing with Jython objects are handled by the JythonWrapper.wrap(Object) method. In normal cases, this is the only method you should use to turn an arbitrary Jython object into a FreeMarker TemplateModel. Additionally, you can manually create instances of any wrapper class using its constructors.