Class AemHttpdFilterHelper

  • All Implemented Interfaces:
    io.wcm.devops.conga.generator.spi.handlebars.HelperPlugin<Object>, io.wcm.devops.conga.generator.spi.Plugin

    public final class AemHttpdFilterHelper
    extends Object
    Handlebars helper that generates HTTPd access rules.
    • Constructor Detail

      • AemHttpdFilterHelper

        public AemHttpdFilterHelper()
    • Method Detail

      • getName

        public String getName()
      • generateFilter

        protected String generateFilter​(Map<String,​Object> filterMap,
                                        com.github.jknack.handlebars.Options options)
      • apply

        public final Object apply​(Object context,
                                  com.github.jknack.handlebars.Options options,
                                  io.wcm.devops.conga.generator.spi.handlebars.context.HelperContext pluginContext)
                           throws IOException
        Specified by:
        apply in interface io.wcm.devops.conga.generator.spi.handlebars.HelperPlugin<Object>
        Throws:
        IOException