Uses of Interface
com.flowable.template.api.processor.TemplateProcessor
Package | Description |
---|---|
com.flowable.template.api | |
com.flowable.template.engine | |
com.flowable.template.engine.impl.processor |
-
Uses of TemplateProcessor in com.flowable.template.api
Methods in com.flowable.template.api that return types with arguments of type TemplateProcessor Modifier and Type Method Description java.util.List<TemplateProcessor>
TemplateEngineConfigurationApi. getTemplateProcessors()
Returns the currently registered template processors.Methods in com.flowable.template.api with parameters of type TemplateProcessor Modifier and Type Method Description void
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 TemplateProcessor Modifier and Type Method Description void
TemplateEngineConfigurationApi. setTemplateProcessors(java.util.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 TemplateProcessor Modifier and Type Field Description protected java.util.List<TemplateProcessor>
TemplateEngineConfiguration. templateProcessors
Methods in com.flowable.template.engine that return types with arguments of type TemplateProcessor Modifier and Type Method Description java.util.List<TemplateProcessor>
TemplateEngineConfiguration. getTemplateProcessors()
Methods in com.flowable.template.engine with parameters of type TemplateProcessor Modifier and Type Method Description void
TemplateEngineConfiguration. registerTemplateProcessor(TemplateProcessor templateProcessor)
void
TemplateEngineConfiguration. removeTemplateProcessor(TemplateProcessor templateProcessor)
Method parameters in com.flowable.template.engine with type arguments of type TemplateProcessor Modifier and Type Method Description void
TemplateEngineConfiguration. setTemplateProcessors(java.util.List<TemplateProcessor> processors)
-
Uses of TemplateProcessor in com.flowable.template.engine.impl.processor
Classes in com.flowable.template.engine.impl.processor that implement TemplateProcessor Modifier and Type Class Description class
AsposePdfTemplateProcessor
ATemplateProcessor
using the AsposeDocument
.class
AsposeWordTemplateProcessor
ATemplateProcessor
using the AsposeReportingEngine
.class
DocumentTemplateProcessor
class
FreeMarkerTemplateProcessor
A FreeMarker engine based template processor.