Package freemarker.core
Class TemplateHTMLOutputModel
java.lang.Object
freemarker.core.CommonTemplateMarkupOutputModel<TemplateHTMLOutputModel>
freemarker.core.TemplateHTMLOutputModel
- All Implemented Interfaces:
TemplateMarkupOutputModel<TemplateHTMLOutputModel>
,TemplateModel
public class TemplateHTMLOutputModel
extends CommonTemplateMarkupOutputModel<TemplateHTMLOutputModel>
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
TemplateHTMLOutputModel(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
-
TemplateHTMLOutputModel
- 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<TemplateHTMLOutputModel>
- Specified by:
getOutputFormat
in classCommonTemplateMarkupOutputModel<TemplateHTMLOutputModel>
-