public interface IEngineRender
ITemplateEngine that render the template.
For use on factory.| Modifier and Type | Method and Description |
|---|---|
String |
renderTemplate(@NotNull @Valid TemplateInstanceBean template)
Render the indicated
template without variables to generate output. |
String renderTemplate(@NotNull @Valid @NotNull @Valid TemplateInstanceBean template)
template without variables to generate output.template - The template definitionIllegalStateException - If the indicated template language is unknown (not registered engine is available for this template language)Copyright © 2021 Albirar. All rights reserved.