Class HTMLOutputFormat


public class HTMLOutputFormat extends CommonMarkupOutputFormat<TemplateHTMLOutputModel>
Represents the HTML output format (MIME type "text/html", name "HTML"). This format escapes by default (via StringUtil.XHTMLEnc(String)). The ?html, ?xhtml and ?xml built-ins silently bypass template output values of the type produced by this output format (TemplateHTMLOutputModel).

This class was final before 2.3.29.

Since:
2.3.24