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 classCommonMarkupOutputFormat<MO extends CommonTemplateMarkupOutputModel>Common 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.core Modifier and Type Class Description classTemplateCombinedMarkupOutputModelStores combined markup to be printed; used withCombinedMarkupOutputFormat.classTemplateHTMLOutputModelStores HTML markup to be printed; used withHTMLOutputFormat.classTemplateRTFOutputModelStores RTF markup to be printed; used withRTFOutputFormat.classTemplateXHTMLOutputModelStores HTML markup to be printed; used withHTMLOutputFormat.classTemplateXMLOutputModelStores XML markup to be printed; used withXMLOutputFormat.
-