Package io.wcm.devops.conga.generator.plugins.handlebars.helper
Built-in handlebars helper plugins.
-
Class Summary Class Description ContainsHelper Handlebars helper that checks the existence of a value in an array or list.DisallowPropertyHelper Handlebars helper that ensures a given property is not set/present.EachIfEqualsHelper Handlebars helper that extends the each helper by iterating only on list items that have a specified property set to a specific value.EachIfHelper Handlebars helper that extends the each helper by iterating only on list items that have a specified property set.EnsurePropertiesHelper Handlebars helper that checks if all given property names have a value set.IfEqualsHelper Handlebars helper that evaluates two objects for equality and shows/hides the contained block accordingly.IfNotEqualsHelper Handlebars helper that evaluates two objects for inequality and shows/hides the contained block accordingly.RegexQuoteHelper Handlebars helper that allows to quotes a string for usage in a regular expression.