Uses of Package
io.wcm.devops.conga.generator.spi.handlebars
-
Packages that use io.wcm.devops.conga.generator.spi.handlebars Package Description io.wcm.devops.conga.generator.plugins.handlebars.escaping Built-in handlebars escaping strategy plugins.io.wcm.devops.conga.generator.plugins.handlebars.helper Built-in handlebars helper plugins. -
Classes in io.wcm.devops.conga.generator.spi.handlebars used by io.wcm.devops.conga.generator.plugins.handlebars.escaping Class Description EscapingStrategyPlugin Plugin that provides anEscapingStrategy
to be used by Handlebars when replacing variables in a template. -
Classes in io.wcm.devops.conga.generator.spi.handlebars used by io.wcm.devops.conga.generator.plugins.handlebars.helper Class Description HelperPlugin Plugin that allows to register custom HandlebarsHelper
extensions that can be used in all templates.