| Package | Description |
|---|---|
| org.thymeleaf.spring4.view |
| Modifier and Type | Method and Description |
|---|---|
SpringTemplateEngine |
ThymeleafViewResolver.getTemplateEngine()
Returns the Thymeleaf template engine instance to be used for the
execution of templates.
|
protected SpringTemplateEngine |
AbstractThymeleafView.getTemplateEngine()
Returns the template engine instance –a
SpringTemplateEngine instance,
specifically– to be used for processing the template specified by this view object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ThymeleafViewResolver.setTemplateEngine(SpringTemplateEngine templateEngine)
Sets the Template Engine instance to be used for processing
templates.
|
protected void |
AbstractThymeleafView.setTemplateEngine(SpringTemplateEngine templateEngine)
Sets the template engine instance –a
SpringTemplateEngine instance,
specifically– to be used for processing the template specified by this view object. |
Copyright © 2017 The THYMELEAF team. All rights reserved.