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.
FreeMarkerToHtml A FreeMarker transformer that performs syntax colouring of FreeMarker source files, and outputs the results in HTML.
HtmlEscape Performs an HTML escape of a given template fragment.
JavaToHtml A FreeMarker transformer that performs syntax colouring of Java source files, and outputs the results in HTML.
LegacyCompress A re-implementation of the <compress> template instruction as a TemplateTransformModel.
NormalizeNewlines Transformer that supports FreeMarker legacy behaviour: all newlines appearing within the transformed area will be transformed into the platform's default newline.
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 implement the pluggable interfaces found in FreeMarker, including TemplateTransformModel and TemplateExceptionListener.

Author:
Nicholas Cull