example | Miscellaneous examples demonstrating Abbot usage. |
example.corba | |
example.filesystem.backend | |
example.filesystem.callback | |
freemarker.cache | Contains classes and interfaces that deal with template loading and caching. |
freemarker.core | This 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.debug.impl | |
freemarker.examples.jsp | |
freemarker.ext.ant | An ant task that can be used to invoke the FreeMarker engine to generate documentation. |
freemarker.ext.beans | Provides model implementations that allow access to arbitrary Java objects. Most of the issues dealing with beans are handled by the freemarker.ext.beans.BeansWrapper#wrap(Object) and freemarker.ext.beans.BeansWrapper#getStaticModels() methods. |
freemarker.ext.dom | |
freemarker.ext.jdom | Provides 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.jython | Provides model implementations that allow access to arbitrary Jython objects. Most of the issues dealing with Jython objects are handled by the freemarker.ext.jython.JythonWrapper#wrap(Object) method. |
freemarker.ext.rhino | Rhino (ECMAScript) support |
freemarker.ext.servlet | Provides a generic purpose servlet that generates dynamic response using FreeMarker. @author Attila Szegedi, szegedia@freemail.hu |
freemarker.ext.util | |
freemarker.ext.xml | Provides data model adapter for DOM, dom4j and JDOM; three widely used XML document object models. |
freemarker.log | Provides the FreeMarker logging facility. |
freemarker.template | This package contains the core API's that most users will use. The typical usage pattern is to be vended freemarker.template.Template objects by the freemarker.template.Configuration object. |
freemarker.template.utility | Utility classes that may be used to customize aspects of FreeMarker. |