Package | Description |
---|---|
com.flowable.template.api | |
com.flowable.template.engine | |
com.flowable.template.engine.impl.processor |
Modifier and Type | Method and Description |
---|---|
List<TemplateProcessor> |
TemplateEngineConfigurationApi.getTemplateProcessors()
Returns the currently registered template processors.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
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).
|
Modifier and Type | Field and Description |
---|---|
protected List<TemplateProcessor> |
TemplateEngineConfiguration.templateProcessors |
Modifier and Type | Method and Description |
---|---|
List<TemplateProcessor> |
TemplateEngineConfiguration.getTemplateProcessors() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateEngineConfiguration.registerTemplateProcessor(TemplateProcessor templateProcessor) |
void |
TemplateEngineConfiguration.removeTemplateProcessor(TemplateProcessor templateProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateEngineConfiguration.setTemplateProcessors(List<TemplateProcessor> processors) |
Modifier and Type | Class and Description |
---|---|
class |
AsposePdfTemplateProcessor
A
TemplateProcessor using the Aspose Document . |
class |
AsposeWordTemplateProcessor
A
TemplateProcessor using the Aspose ReportingEngine . |
class |
DocumentTemplateProcessor |
class |
FreeMarkerTemplateProcessor
A FreeMarker engine based template processor.
|