public interface TemplateEngine
| Modifier and Type | Method and Description | 
|---|---|
| Map | getThemeProps(Template template)Get's the properties for the given template. | 
| void | renderTemplate(TemplateRenderingContext templateContext)Renders the template | 
void renderTemplate(TemplateRenderingContext templateContext) throws Exception
templateContext - context for the given template.Exception - is thrown if there is a failure when rendering.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.