| Package | Description |
|---|---|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonMarkupOutputFormat<MO extends CommonTemplateMarkupOutputModel>
Common superclass for implementing
MarkupOutputFormat-s that use a CommonTemplateMarkupOutputModel
subclass. |
class |
CommonTemplateMarkupOutputModel<MO extends CommonTemplateMarkupOutputModel<MO>>
Common superclass for implementing
TemplateMarkupOutputModel-s that belong to a
CommonMarkupOutputFormat subclass format. |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateCombinedMarkupOutputModel
Stores combined markup to be printed; used with
CombinedMarkupOutputFormat. |
class |
TemplateHTMLOutputModel
Stores HTML markup to be printed; used with
HTMLOutputFormat. |
class |
TemplateRTFOutputModel
Stores RTF markup to be printed; used with
RTFOutputFormat. |
class |
TemplateXHTMLOutputModel
Stores HTML markup to be printed; used with
HTMLOutputFormat. |
class |
TemplateXMLOutputModel
Stores XML markup to be printed; used with
XMLOutputFormat. |