Package freemarker.template.utility

Utility classes that may be used to customise aspects of FreeMarker.

See:
          Description

Class Summary
CompressWhitespace A transform model that compresses each occurrence of consecutive whitespace down to a single space character.
Execute Gives FreeMarker the the ability to execute external commands.
HtmlEscape Performs an HTML escape of a given template fragment.
LegacyCompress A re-implementation of the <compress> template instruction as a TemplateTransformModel.
XmlEscape Performs an XML escape of a given template fragment.
 

Package freemarker.template.utility Description

Utility classes that may be used to customise aspects of FreeMarker. These utilities are packaged in the freemarker-utility.jar file.