Uses of Interface freemarker.template.TemplateTransformModel

Uses in package freemarker.template.utility

Classes implementing freemarker.template.TemplateTransformModel

class
A transform that captures the output of a block of FTL code and stores that in a variable.
class
Performs an HTML escape of a given template fragment.
class
A crude first pass at an embeddable Jython interpreter
class
Transformer that supports FreeMarker legacy behavior: all newlines appearing within the transformed area will be transformed into the platform's default newline.
class
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
Performs an XML escaping of a given template fragment.