Interface ThymeleafTemplateEngine
- All Superinterfaces:
TemplateEngine
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.thymeleaf.templatemode.TemplateMode -
Method Summary
Modifier and TypeMethodDescriptionstatic ThymeleafTemplateEngineCreate a template engine using defaultsorg.thymeleaf.TemplateEngineunwrap()Returns the underlying engine, so further configurations or customizations may be applied ornullwhen the engine cannot unwrap it.Methods inherited from interface TemplateEngine
clearCache, render, render
-
Field Details
-
DEFAULT_TEMPLATE_MODE
static final org.thymeleaf.templatemode.TemplateMode DEFAULT_TEMPLATE_MODE
-
-
Method Details
-
create
Create a template engine using defaults- Returns:
- the engine
-
unwrap
org.thymeleaf.TemplateEngine unwrap()Description copied from interface:TemplateEngineReturns the underlying engine, so further configurations or customizations may be applied ornullwhen the engine cannot unwrap it.- Specified by:
unwrapin interfaceTemplateEngine- Returns:
- the engine instance.
-