| Package | Description |
|---|---|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| Modifier and Type | Field and Description |
|---|---|
static TemplateHTMLOutputModel |
DefaultTruncateBuiltinAlgorithm.STANDARD_M_TERMINATOR
Used by
DefaultTruncateBuiltinAlgorithm.ASCII_INSTANCE and DefaultTruncateBuiltinAlgorithm.UNICODE_INSTANCE as the markup terminator;
HTML <span class='truncateTerminator'>[…]</span>, where … is the ellipsis (…)
character. |
| Modifier and Type | Method and Description |
|---|---|
protected TemplateHTMLOutputModel |
HTMLOutputFormat.newTemplateMarkupOutputModel(java.lang.String plainTextContent,
java.lang.String markupContent) |