Package freemarker.core
Class TemplateXHTMLOutputModel
java.lang.Object
freemarker.core.CommonTemplateMarkupOutputModel<TemplateXMLOutputModel>
freemarker.core.TemplateXMLOutputModel
freemarker.core.TemplateXHTMLOutputModel
- All Implemented Interfaces:
TemplateMarkupOutputModel<TemplateXMLOutputModel>
,TemplateModel
Stores HTML markup to be printed; used with
HTMLOutputFormat
.
This class was final before 2.3.29.
- Since:
- 2.3.24
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
ModifierConstructorDescriptionprotected
TemplateXHTMLOutputModel(String plainTextContent, String markupContent)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the singletonOutputFormat
object that implements the operations for the "markup output" value.Methods inherited from class freemarker.core.CommonTemplateMarkupOutputModel
toString
-
Constructor Details
-
TemplateXHTMLOutputModel
- Since:
- 2.3.29
-
-
Method Details
-
getOutputFormat
Description copied from interface:TemplateMarkupOutputModel
Returns the singletonOutputFormat
object that implements the operations for the "markup output" value.- Specified by:
getOutputFormat
in interfaceTemplateMarkupOutputModel<TemplateXMLOutputModel>
- Overrides:
getOutputFormat
in classTemplateXMLOutputModel
-