Uses of Interface
com.flowable.template.api.processor.TemplateProcessor
Packages that use TemplateProcessor
Package
Description
-
Uses of TemplateProcessor in com.flowable.template.api
Methods in com.flowable.template.api that return types with arguments of type TemplateProcessorModifier and TypeMethodDescriptionTemplateEngineConfigurationApi.getTemplateProcessors()
Returns the currently registered template processors.Methods in com.flowable.template.api with parameters of type TemplateProcessorModifier 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.Method parameters in com.flowable.template.api with type arguments of type TemplateProcessorModifier 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
Fields in com.flowable.template.engine with type parameters of type TemplateProcessorModifier and TypeFieldDescriptionprotected List<TemplateProcessor>
TemplateEngineConfiguration.templateProcessors
Methods in com.flowable.template.engine that return types with arguments of type TemplateProcessorMethods in com.flowable.template.engine with parameters of type TemplateProcessorModifier and TypeMethodDescriptionvoid
TemplateEngineConfiguration.registerTemplateProcessor
(TemplateProcessor templateProcessor) void
TemplateEngineConfiguration.removeTemplateProcessor
(TemplateProcessor templateProcessor) Method parameters in com.flowable.template.engine with type arguments of type TemplateProcessorModifier and TypeMethodDescriptionvoid
TemplateEngineConfiguration.setTemplateProcessors
(List<TemplateProcessor> processors) -
Uses of TemplateProcessor in com.flowable.template.engine.impl.processor
Classes in com.flowable.template.engine.impl.processor that implement TemplateProcessorModifier and TypeClassDescriptionclass
ATemplateProcessor
using the AsposeDocument
.class
ATemplateProcessor
using the AsposeReportingEngine
.class
class
A FreeMarker engine based template processor.