Uses of Class
freemarker.core.MarkupOutputFormat
Packages that use MarkupOutputFormat
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template.-
Uses of MarkupOutputFormat in freemarker.core
Subclasses of MarkupOutputFormat in freemarker.coreModifier and TypeClassDescriptionfinal classRepresents two markup formats nested into each other.classCommon superclass for implementingMarkupOutputFormat-s that use aCommonTemplateMarkupOutputModelsubclass.classRepresents the HTML output format (MIME type "text/html", name "HTML").classRepresents the Rich Text Format output format (MIME type "application/rtf", name "RTF").classRepresents the XML output format (MIME type "application/xhtml+xml", name "XHTML"); this behaves identically toHTMLOutputFormat, except that the name an the MIME Type differs.classRepresents the XML output format (MIME type "application/xml", name "XML").Methods in freemarker.core that return MarkupOutputFormatModifier and TypeMethodDescriptionCombinedMarkupOutputFormat.getInnerOutputFormat()CombinedMarkupOutputFormat.getOuterOutputFormat()TemplateMarkupOutputModel.getOutputFormat()Returns the singletonOutputFormatobject that implements the operations for the "markup output" value.Constructors in freemarker.core with parameters of type MarkupOutputFormatModifierConstructorDescriptionCombinedMarkupOutputFormat(MarkupOutputFormat outer, MarkupOutputFormat inner) Same asCombinedMarkupOutputFormat(String, MarkupOutputFormat, MarkupOutputFormat)withnullas thenameparameter.CombinedMarkupOutputFormat(String name, MarkupOutputFormat outer, MarkupOutputFormat inner)