@Validated public interface ITemplateEngine extends IEngineRender
The template engine contract.
| Modifier and Type | Method and Description | 
|---|---|
String | 
getTemplateLanguage()
Return the template language identifier for this template engine, like thymeleaf, velocity, etc. 
 | 
renderTemplateString getTemplateLanguage()
Return the template language identifier for this template engine, like thymeleaf, velocity, etc.
Copyright © 2021 Albirar. All rights reserved.