Uses of Class
io.wcm.devops.conga.generator.spi.handlebars.context.HelperContext
-
Packages that use HelperContext Package Description io.wcm.devops.conga.generator.plugins.handlebars.helper Built-in handlebars helper plugins.io.wcm.devops.conga.generator.spi.handlebars 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 HelperContext Modifier and Type Method Description Object
ContainsHelper. apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext)
Object
DisallowPropertyHelper. apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext)
Object
EnsurePropertiesHelper. apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext)
Object
IfEqualsHelper. apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext)
Object
IfNotEqualsHelper. apply(Object context, com.github.jknack.handlebars.Options options, HelperContext pluginContext)
Object
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 HelperContext Modifier and Type Method Description Object
HelperPlugin. apply(T context, com.github.jknack.handlebars.Options options, HelperContext pluginContext)
Apply the helper to the context.
-