@Service public class TemplateEngineImpl extends Object implements ITemplateEngine
ITemplateEngine implementation backed with SpringTemplateEngine, that supports thymeleaf
markup language with spring MVC enhancements.| Constructor and Description |
|---|
TemplateEngineImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
renderTemplate(TemplateInstanceBean template)
Render the indicated
template without variables to generate output. |
public String renderTemplate(TemplateInstanceBean template)
template without variables to generate output.renderTemplate in interface ITemplateEnginetemplate - The template definitionCopyright © 2021 Albirar. All rights reserved.