Class HttpHostSslHelper

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

    public class HttpHostSslHelper
    extends Object
    implements io.wcm.devops.conga.generator.spi.handlebars.HelperPlugin<Object>
    Handlebars helper that adds a port to the host when it is not the default one
    • Constructor Detail

      • HttpHostSslHelper

        public HttpHostSslHelper()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface io.wcm.devops.conga.generator.spi.Plugin
      • apply

        public 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