Uses of Interface
com.flowable.template.api.TemplateEngineConfigurationApi
-
Packages that use TemplateEngineConfigurationApi Package Description com.flowable.platform.service.context com.flowable.template.engine com.flowable.template.engine.impl.processor -
-
Uses of TemplateEngineConfigurationApi in com.flowable.platform.service.context
Methods in com.flowable.platform.service.context that return TemplateEngineConfigurationApi Modifier and Type Method Description static TemplateEngineConfigurationApi
PlatformCommandContextUtil. getTemplateEngineConfiguration()
static TemplateEngineConfigurationApi
PlatformCommandContextUtil. getTemplateEngineConfiguration(CommandContext commandContext)
-
Uses of TemplateEngineConfigurationApi in com.flowable.template.engine
Classes in com.flowable.template.engine that implement TemplateEngineConfigurationApi Modifier and Type Class Description class
TemplateEngineConfiguration
-
Uses of TemplateEngineConfigurationApi in com.flowable.template.engine.impl.processor
Constructors in com.flowable.template.engine.impl.processor with parameters of type TemplateEngineConfigurationApi Constructor Description FreeMarkerTemplateProcessor(TemplateEngineConfigurationApi templateEngineConfiguration, ResourceLoader resourceLoader, boolean templateProcessingStrictMode)
-