simple.template.freemarker |
|
Java Source File Name | Type | Comment |
FreemarkerContainer.java | Class | The FreemarkerContainer provides an implementation
of the Container object for Freemarker.
This can be used with a TemplateEngine to provide
template documents written in the Freemarker Templating Language
(FTL) to service objects. |
FreemarkerDatabase.java | Class | The FreemarkerDatabase provides an adapter database
implementation for the SimpleHash object. |
FreemarkerLayout.java | Class | The FreemarkerLayout object provides an implementation
of the Layout interface for Freemarker.
This acts a a convinience object that avoids having to deal
with the LayoutFactory . |
FreemarkerLoader.java | Class | The FreemarkerLoader intefaces with the Freemarker
templating system. |
FreemarkerTemplate.java | Class | The FreemarkerTemplate object is used to wrap a
template loaded from the templating system. |
FreemarkerViewer.java | Class | The FreemarkerViewer provides an implementation
of the Viewer interface. |
FreemarkerViewerFactory.java | Class | The FreemarkerVeiwerFactory resolves a viewer
instance from a specified path. |