Package | Description |
---|---|
org.thymeleaf.spring3.view |
Modifier and Type | Method and Description |
---|---|
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. |
SpringTemplateEngine |
ThymeleafViewResolver.getTemplateEngine()
Returns the Thymeleaf template engine instance to be used for the
execution of templates.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
ThymeleafViewResolver.setTemplateEngine(SpringTemplateEngine templateEngine)
Sets the Template Engine instance to be used for processing
templates.
|
Copyright © 2016 The THYMELEAF team. All rights reserved.