Uses of Interface
com.flowable.template.api.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(org.flowable.common.engine.impl.interceptor.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, org.springframework.core.io.ResourceLoader resourceLoader, boolean templateProcessingStrictMode)