Uses of Class
io.wcm.devops.conga.generator.spi.context.AbstractPluginContext
-
Packages that use AbstractPluginContext Package Description io.wcm.devops.conga.generator.spi.context Context objects for CONGA SPI plugins.io.wcm.devops.conga.generator.spi.export.context Context objects for CONGA Export SPI plugins.io.wcm.devops.conga.generator.spi.handlebars.context Context objects for CONGA SPI Handlebars plugins.io.wcm.devops.conga.generator.spi.yaml.context Context objects for CONGA YAML SPI plugins. -
-
Uses of AbstractPluginContext in io.wcm.devops.conga.generator.spi.context
Subclasses of AbstractPluginContext in io.wcm.devops.conga.generator.spi.context Modifier and Type Class Description class
FileHeaderContext
Context forFileHeaderPlugin
.class
MultiplyContext
Context forMultiplyPlugin
.class
PostProcessorContext
Context forPostProcessorPlugin
.class
UrlFilePluginContext
Context forUrlFilePlugin
.class
ValidatorContext
Context forValidatorPlugin
.class
ValueEncryptionContext
Context for a singleValueEncryptionPlugin
instance.class
ValueProviderContext
Context for a singleValueProviderPlugin
instance.class
ValueProviderGlobalContext
Global context for allValueProviderPlugin
implementations. -
Uses of AbstractPluginContext in io.wcm.devops.conga.generator.spi.export.context
Subclasses of AbstractPluginContext in io.wcm.devops.conga.generator.spi.export.context Modifier and Type Class Description class
NodeModelExportContext
Context forNodeModelExportPlugin
. -
Uses of AbstractPluginContext in io.wcm.devops.conga.generator.spi.handlebars.context
Subclasses of AbstractPluginContext in io.wcm.devops.conga.generator.spi.handlebars.context Modifier and Type Class Description class
EscapingStrategyContext
Context forValidatorPlugin
.class
HelperContext
Context forValidatorPlugin
. -
Uses of AbstractPluginContext in io.wcm.devops.conga.generator.spi.yaml.context
Subclasses of AbstractPluginContext in io.wcm.devops.conga.generator.spi.yaml.context Modifier and Type Class Description class
YamlConstructorContext
Context forYamlConstructorPlugin
.class
YamlRepresentContext
Context forYamlRepresentPlugin
.
-