Modifier and Type | Method and Description |
---|---|
default TemplateProcessingResult |
TemplateService.processTemplate(String templateKey,
Map<String,Object> variant,
Map<String,Object> payload)
Processes a template referenced through its key and variant data which is then looked up within the repository and represented by a
TemplateVariationModel . |
default TemplateProcessingResult |
TemplateService.processTemplate(String templateKey,
String tenantId,
Map<String,Object> variant,
Map<String,Object> payload) |
default TemplateProcessingResult |
TemplateService.processTemplate(String templateKey,
VariableContainer variableContainer) |
Modifier and Type | Method and Description |
---|---|
default TemplateProcessingResult |
TemplateProcessor.processTemplate(TemplateHolder template,
Map<String,Object> payload) |
TemplateProcessingResult |
TemplateProcessor.processTemplate(TemplateHolder template,
Map<String,Object> payload,
Map<String,Object> templateProcessingSettings)
Processes a template given by its definition which might have been loaded through the
TemplateRepositoryService . |
Modifier and Type | Method and Description |
---|---|
TemplateProcessingResult |
TemplateProcessingBuilder.process()
Processes a template referenced through its key and variant data (if set) which is then looked up within the repository and represented by a
TemplateVariationModel . |
Modifier and Type | Method and Description |
---|---|
TemplateProcessingResult |
ProcessTemplateCmd.execute(CommandContext commandContext) |
TemplateProcessingResult |
ProcessTemplateCmd.processTemplate(CommandContext commandContext,
TemplateHolder template,
Map<String,Object> payload) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTemplateProcessingResult
The default template processing result, holding the processed content as well as the template definition and variation used to process the result.
|
Modifier and Type | Method and Description |
---|---|
TemplateProcessingResult |
FreeMarkerTemplateProcessor.processTemplate(TemplateHolder template,
Map<String,Object> payload,
Map<String,Object> templateProcessingSettings) |
TemplateProcessingResult |
AsposeWordTemplateProcessor.processTemplate(TemplateHolder templateHolder,
Map<String,Object> payload,
Map<String,Object> templateProcessingSettings) |
TemplateProcessingResult |
AsposePdfTemplateProcessor.processTemplate(TemplateHolder templateHolder,
Map<String,Object> payload,
Map<String,Object> templateProcessingSettings) |
Modifier and Type | Method and Description |
---|---|
TemplateProcessingResult |
TemplateProcessingBuilderImpl.process() |
TemplateProcessingResult |
TemplateServiceImpl.processTemplate(TemplateProcessingBuilderImpl templateProcessingBuilder) |