FreeMarker 2.3.10

All Packages

freemarker.cacheContains classes and interfaces that deal with template loading and caching.
freemarker.coreThis package contains FreeMarker's core parsing/rendering functionality; most casual users do not need to be aware of the classes in this package, and can restrict their attention to the freemarker.template package.
freemarker.debug
freemarker.ext.ant An ant task that can be used to invoke the FreeMarker engine to generate documentation.
freemarker.ext.beansProvides model implementations that allow access to arbitrary Java objects.
freemarker.ext.dom
freemarker.ext.jdomProvides adapter for JDOM including support for writing XML fragments, listing nodes, traversal, copying, and filtering, and a full XPath support.
freemarker.ext.jsp Classes for two-way FreeMarker-JSP integration.
freemarker.ext.jythonProvides model implementations that allow access to arbitrary Jython objects.
freemarker.ext.rhinoRhino (ECMAScript) support; Experimental: no backward compatibility guarantees; any feedback is highly welcome!
freemarker.ext.servletProvides a generic purpose servlet that generates dynamic response using FreeMarker.
freemarker.ext.util
freemarker.ext.xmlProvides data model adapter for DOM, dom4j and JDOM; three widely used XML document object models.
freemarker.log Provides the FreeMarker logging facility.
freemarker.templateThis package contains the core API's that most users will use.
freemarker.template.utilityUtility classes that may be used to customize aspects of FreeMarker.