Class IndividualShortViewDirective

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

    public class IndividualShortViewDirective
    extends BaseTemplateDirectiveModel
    Find the short-view template for the specified Individual in the specified context. Get any required data, and render the template to HTML.
    • Constructor Detail

      • IndividualShortViewDirective

        public IndividualShortViewDirective()
    • Method Detail

      • execute

        public void execute​(freemarker.core.Environment env,
                            Map params,
                            freemarker.template.TemplateModel[] loopVars,
                            freemarker.template.TemplateDirectiveBody body)
                     throws freemarker.template.TemplateException,
                            IOException
        Throws:
        freemarker.template.TemplateException
        IOException