Uses of Class
freemarker.core.CommonMarkupOutputFormat
-
Packages that use CommonMarkupOutputFormat Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of CommonMarkupOutputFormat in freemarker.core
Subclasses of CommonMarkupOutputFormat in freemarker.core Modifier and Type Class Description class
CombinedMarkupOutputFormat
Represents two markup formats nested into each other.class
HTMLOutputFormat
Represents the HTML output format (MIME type "text/html", name "HTML").class
RTFOutputFormat
Represents the Rich Text Format output format (MIME type "application/rtf", name "RTF").class
XHTMLOutputFormat
Represents the XML output format (MIME type "application/xhtml+xml", name "XHTML"); this behaves identically toHTMLOutputFormat
, except that the name an the MIME Type differs.class
XMLOutputFormat
Represents the XML output format (MIME type "application/xml", name "XML").Methods in freemarker.core that return CommonMarkupOutputFormat Modifier and Type Method Description abstract CommonMarkupOutputFormat<MO>
CommonTemplateMarkupOutputModel. getOutputFormat()
-