Uses of Class
org.thymeleaf.spring3.SpringTemplateEngine

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 ThymeleafView.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.
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.