Uses of Class
io.wcm.devops.conga.generator.spi.handlebars.context.HelperContext
Packages that use HelperContext
Package
Description
Built-in handlebars helper plugins.
CONGA SPI with interfaces for the supported handlebars plugin types.
-
Uses of HelperContext in io.wcm.devops.conga.generator.plugins.handlebars.helper
Methods in io.wcm.devops.conga.generator.plugins.handlebars.helper with parameters of type HelperContextModifier and TypeMethodDescriptionContainsHelper.apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext) DisallowPropertyHelper.apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext) EnsurePropertiesHelper.apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext) IfEqualsHelper.apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext) IfNotEqualsHelper.apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext) RegexQuoteHelper.apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext) -
Uses of HelperContext in io.wcm.devops.conga.generator.spi.handlebars
Methods in io.wcm.devops.conga.generator.spi.handlebars with parameters of type HelperContextModifier and TypeMethodDescriptionHelperPlugin.apply(T context, com.github.jknack.handlebars.Options options, HelperContext pluginContext) Apply the helper to the context.