Class IgnoreBusinessUnitsDirective

java.lang.Object
ch.tocco.nice2.usermanager.impl.templating.IgnoreBusinessUnitsDirective
All Implemented Interfaces:
Nice2TemplateDirective, freemarker.template.TemplateDirectiveModel, freemarker.template.TemplateModel

public class IgnoreBusinessUnitsDirective extends Object implements Nice2TemplateDirective
this directive renders its body in the NULL business unit
  • Constructor Details

    • IgnoreBusinessUnitsDirective

      public IgnoreBusinessUnitsDirective(BusinessUnitManager businessUnitManager)
  • Method Details

    • execute

      public void execute(freemarker.core.Environment environment, Map map, freemarker.template.TemplateModel[] templateModels, freemarker.template.TemplateDirectiveBody templateDirectiveBody) throws freemarker.template.TemplateException, IOException
      Specified by:
      execute in interface freemarker.template.TemplateDirectiveModel
      Throws:
      freemarker.template.TemplateException
      IOException