Class ValueProviderContext
java.lang.Object
io.wcm.devops.conga.generator.spi.context.AbstractPluginContext<ValueProviderContext>
io.wcm.devops.conga.generator.spi.context.ValueProviderContext
Context for a single
ValueProviderPlugin instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet cache object for the current value provider.voidsetValueProviderCache(Object object) Set cache object for the current value provider.valueProviderName(String value) Methods inherited from class io.wcm.devops.conga.generator.spi.context.AbstractPluginContext
getContainerContext, getGenericPluginConfig, getLogger, getPluginContextOptions, getPluginManager, getUrlFileManager, pluginContextOptions
-
Constructor Details
-
ValueProviderContext
public ValueProviderContext()
-
-
Method Details
-
valueProviderGlobalContext
- Parameters:
context- Global value provider context- Returns:
- this
-
valueProviderName
- Parameters:
value- Value provider name- Returns:
- this
-
getValueProviderName
- Returns:
- Value provider name
-
getValueProviderConfig
- Parameters:
key- Configuration parameter name- Returns:
- Configuration for the current value provider. Never null.
-
getValueProviderCache
Get cache object for the current value provider.- Returns:
- Cache object or null if none was set yet
-
setValueProviderCache
Set cache object for the current value provider.- Parameters:
object- Cache object
-