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 TypeMethodDescriptionvoidTemplateEngineConfigurationApi.registerTemplateProcessor(TemplateProcessor templateProcessor) Registers the given template processor for processing template content.voidTemplateEngineConfigurationApi.removeTemplateProcessor(TemplateProcessor templateProcessor) Removes a previously registered template processor.Method parameters in com.flowable.template.api with type arguments of type TemplateProcessorModifier and TypeMethodDescriptionvoidTemplateEngineConfigurationApi.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.templateProcessorsMethods in com.flowable.template.engine that return types with arguments of type TemplateProcessorMethods in com.flowable.template.engine with parameters of type TemplateProcessorModifier and TypeMethodDescriptionvoidTemplateEngineConfiguration.registerTemplateProcessor(TemplateProcessor templateProcessor) voidTemplateEngineConfiguration.removeTemplateProcessor(TemplateProcessor templateProcessor) Method parameters in com.flowable.template.engine with type arguments of type TemplateProcessorModifier and TypeMethodDescriptionvoidTemplateEngineConfiguration.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 TypeClassDescriptionclassATemplateProcessorusing the AsposeDocument.classATemplateProcessorusing the AsposeReportingEngine.classclassA FreeMarker engine based template processor.