Uses of Class
org.thymeleaf.TemplateEngine

Packages that use TemplateEngine
org.thymeleaf   
 

Uses of TemplateEngine in org.thymeleaf
 

Methods in org.thymeleaf that return TemplateEngine
 TemplateEngine Arguments.getTemplateEngine()
           Returns the Template Engine associated to this Arguments instance.
static TemplateEngine TemplateEngine.threadTemplateEngine()
          Deprecated. Will be removed in 2.1.x due to possible creation of classloader leaks (see http://wiki.apache.org/tomcat/MemoryLeakProtection#webappClassInstanceAsThreadLocalValue). If Arguments is available, you can use Arguments.getTemplateEngine()
 

Constructors in org.thymeleaf with parameters of type TemplateEngine
Arguments(TemplateEngine templateEngine, TemplateProcessingParameters templateProcessingParameters, TemplateResolution templateResolution, TemplateRepository templateRepository, Document document)
           Create a new Arguments instance.
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.