Package io.wcm.devops.conga.generator.spi.handlebars
package io.wcm.devops.conga.generator.spi.handlebars
CONGA SPI with interfaces for the supported handlebars plugin types.
-
InterfacesClassDescriptionPlugin that provides an
EscapingStrategy
to be used by Handlebars when replacing variables in a template.HelperPlugin<T>Plugin that allows to register custom HandlebarsHelper
extensions that can be used in all templates.