Uses of Class
freemarker.core.CommonTemplateMarkupOutputModel
Packages that use CommonTemplateMarkupOutputModel
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.-
Uses of CommonTemplateMarkupOutputModel in freemarker.core
Classes in freemarker.core with type parameters of type CommonTemplateMarkupOutputModelModifier and TypeClassDescriptionclass
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.coreModifier and TypeClassDescriptionfinal class
Stores combined markup to be printed; used withCombinedMarkupOutputFormat
.class
Stores HTML markup to be printed; used withHTMLOutputFormat
.class
Stores RTF markup to be printed; used withRTFOutputFormat
.class
Stores HTML markup to be printed; used withHTMLOutputFormat
.class
Stores XML markup to be printed; used withXMLOutputFormat
.