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 TypeClassDescriptionclassCommon superclass for implementingMarkupOutputFormat-s that use aCommonTemplateMarkupOutputModelsubclass.classCommonTemplateMarkupOutputModel<MO extends CommonTemplateMarkupOutputModel<MO>>Common superclass for implementingTemplateMarkupOutputModel-s that belong to aCommonMarkupOutputFormatsubclass format.Subclasses of CommonTemplateMarkupOutputModel in freemarker.coreModifier and TypeClassDescriptionfinal classStores combined markup to be printed; used withCombinedMarkupOutputFormat.classStores HTML markup to be printed; used withHTMLOutputFormat.classStores RTF markup to be printed; used withRTFOutputFormat.classStores HTML markup to be printed; used withHTMLOutputFormat.classStores XML markup to be printed; used withXMLOutputFormat.