Uses of Interface
freemarker.template.TemplateTransformModel
-
Packages that use TemplateTransformModel Package Description freemarker.template.utility Various classes used by core FreeMarker code but might be useful outside of it too. -
-
Uses of TemplateTransformModel in freemarker.template.utility
Classes in freemarker.template.utility that implement TemplateTransformModel Modifier and Type Class Description classCaptureOutputDeprecated.Use block-assignments instead, like<assign x>...</assign>.classHtmlEscapePerforms an HTML escape of a given template fragment.classNormalizeNewlinesTransformer that supports FreeMarker legacy behavior: all newlines appearing within the transformed area will be transformed into the platform's default newline.classStandardCompressA filter that compresses each sequence of consecutive whitespace to a single line break (if the sequence contains a line break) or a single space.classXmlEscapePerforms an XML escaping of a given template fragment.
-