| Package | Description | 
|---|---|
| freemarker.template.utility | Various classes used by core FreeMarker code but might be useful outside of it too. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CaptureOutputDeprecated. 
 Use block-assignments instead, as  <assign x>...</assign>. | 
| class  | HtmlEscapePerforms an HTML escape of a given template fragment. | 
| class  | JythonRuntimeA crude first pass at an embeddable Jython interpreter | 
| class  | NormalizeNewlinesTransformer that supports FreeMarker legacy behavior: all newlines appearing
 within the transformed area will be transformed into the platform's default
 newline. | 
| class  | StandardCompressA filter that compresses each sequence of consecutive whitespace
 to a single line break (if the sequence contains a line break) or a
 single space. | 
| class  | XmlEscapePerforms an XML escaping of a given template fragment. |