freemarker.ext.jython.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cookcc Show documentation
Show all versions of cookcc Show documentation
CookCC - a Lexer / Parser (LALR(1)) Project
Provides model implementations that allow access to arbitrary
Jython objects.
Most of the issues dealing with Jython objects are handled by the
{@link freemarker.ext.jython.JythonWrapper#wrap(Object)} method. In
normal cases, this is the only method you should use to turn an
arbitrary Jython object into a FreeMarker
{@link freemarker.template.TemplateModel}. Additionally, you can
manually create instances of any wrapper class using its constructors.