Class MarkupDirective

  • All Implemented Interfaces:
    freemarker.template.TemplateDirectiveModel, freemarker.template.TemplateModel, ExtensibilityDirective

    public class MarkupDirective
    extends AbstractExtensibilityDirective

    The markup directive is used to delimit a section of a FreeMarker template that can then be manipulated by extension module code.

    Author:
    David Draper
    • Constructor Detail

      • MarkupDirective

        public MarkupDirective​(java.lang.String directiveName,
                               ExtensibilityModel model)