Uses of Interface
com.flowable.template.api.processor.TemplateProcessor
Package
Description
-
Uses of TemplateProcessor in com.flowable.template.api
Modifier and TypeMethodDescriptionTemplateEngineConfigurationApi.getTemplateProcessors()
Returns the currently registered template processors.Modifier and TypeMethodDescriptionvoid
TemplateEngineConfigurationApi.registerTemplateProcessor
(TemplateProcessor templateProcessor) Registers the given template processor for processing template content.void
TemplateEngineConfigurationApi.removeTemplateProcessor
(TemplateProcessor templateProcessor) Removes a previously registered template processor.Modifier and TypeMethodDescriptionvoid
TemplateEngineConfigurationApi.setTemplateProcessors
(List<TemplateProcessor> processors) If you need / want to overwrite the full list of processors, use this method to provide a list of processors (they are consumed in exactly the given order in the list). -
Uses of TemplateProcessor in com.flowable.template.engine
Modifier and TypeFieldDescriptionprotected List<TemplateProcessor>
TemplateEngineConfiguration.templateProcessors
Modifier and TypeMethodDescriptionvoid
TemplateEngineConfiguration.registerTemplateProcessor
(TemplateProcessor templateProcessor) void
TemplateEngineConfiguration.removeTemplateProcessor
(TemplateProcessor templateProcessor) Modifier and TypeMethodDescriptionvoid
TemplateEngineConfiguration.setTemplateProcessors
(List<TemplateProcessor> processors) -
Uses of TemplateProcessor in com.flowable.template.engine.impl.processor
Modifier and TypeClassDescriptionclass
ATemplateProcessor
using the AsposeDocument
.class
ATemplateProcessor
using the AsposeReportingEngine
.class
class
A FreeMarker engine based template processor.