Uses of Interface
io.wcm.devops.conga.generator.spi.handlebars.HelperPlugin
Packages that use HelperPlugin
Package
Description
Built-in handlebars helper plugins.
-
Uses of HelperPlugin in io.wcm.devops.conga.generator.plugins.handlebars.helper
Classes in io.wcm.devops.conga.generator.plugins.handlebars.helper that implement HelperPluginModifier and TypeClassDescriptionfinal classHandlebars helper that checks the existence of a value in an array or list.final classHandlebars helper that ensures a given property is not set/present.final classHandlebars helper that extends the each helper by iterating only on list items that have a specified property set to a specific value.final classHandlebars helper that extends the each helper by iterating only on list items that have a specified property set.final classHandlebars helper that checks if all given property names have a value set.final classHandlebars helper that evaluates two objects for equality and shows/hides the contained block accordingly.final classHandlebars helper that evaluates two objects for inequality and shows/hides the contained block accordingly.final classHandlebars helper that allows to quotes a string for usage in a regular expression.