Uses of Class
freemarker.core.CommonTemplateMarkupOutputModel
-
Packages that use CommonTemplateMarkupOutputModel Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of CommonTemplateMarkupOutputModel in freemarker.core
Classes in freemarker.core with type parameters of type CommonTemplateMarkupOutputModel Modifier and Type Class Description class
CommonMarkupOutputFormat<MO extends CommonTemplateMarkupOutputModel>
Common superclass for implementingMarkupOutputFormat
-s that use aCommonTemplateMarkupOutputModel
subclass.class
CommonTemplateMarkupOutputModel<MO extends CommonTemplateMarkupOutputModel<MO>>
Common superclass for implementingTemplateMarkupOutputModel
-s that belong to aCommonMarkupOutputFormat
subclass format.Subclasses of CommonTemplateMarkupOutputModel in freemarker.core Modifier and Type Class Description class
TemplateCombinedMarkupOutputModel
Stores combined markup to be printed; used withCombinedMarkupOutputFormat
.class
TemplateHTMLOutputModel
Stores HTML markup to be printed; used withHTMLOutputFormat
.class
TemplateRTFOutputModel
Stores RTF markup to be printed; used withRTFOutputFormat
.class
TemplateXHTMLOutputModel
Stores HTML markup to be printed; used withHTMLOutputFormat
.class
TemplateXMLOutputModel
Stores XML markup to be printed; used withXMLOutputFormat
.
-