Uses of Interface
freemarker.template.TemplateTransformModel

Packages that use TemplateTransformModel
freemarker.template.utility Utility classes that may be used to customize aspects of FreeMarker. 
 

Uses of TemplateTransformModel in freemarker.template.utility
 

Classes in freemarker.template.utility that implement TemplateTransformModel
 class CaptureOutput
          Deprecated. Use block-assignments instead, as <assign x>...</assign>.
 class HtmlEscape
          Performs an HTML escape of a given template fragment.
 class JythonRuntime
          A crude first pass at an embeddable Jython interpreter
 class NormalizeNewlines
          Transformer that supports FreeMarker legacy behavior: all newlines appearing within the transformed area will be transformed into the platform's default newline.
 class StandardCompress
          A 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 XmlEscape
          Performs an XML escaping of a given template fragment.