|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpringTemplateEngine | |
---|---|
org.thymeleaf.spring3.view |
Uses of SpringTemplateEngine in org.thymeleaf.spring3.view |
---|
Methods in org.thymeleaf.spring3.view that return SpringTemplateEngine | |
---|---|
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. |
Methods in org.thymeleaf.spring3.view with parameters of type SpringTemplateEngine | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |