Uses of Class
org.thymeleaf.TemplateRepository

Packages that use TemplateRepository
org.thymeleaf   
org.thymeleaf.fragment   
 

Uses of TemplateRepository in org.thymeleaf
 

Methods in org.thymeleaf that return TemplateRepository
 TemplateRepository TemplateEngine.getTemplateRepository()
           Returns the template repository.
 TemplateRepository Arguments.getTemplateRepository()
           Returns the template repository in use.
 

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

Uses of TemplateRepository in org.thymeleaf.fragment
 

Methods in org.thymeleaf.fragment with parameters of type TemplateRepository
 List<Node> FragmentAndTarget.extractFragment(Configuration configuration, IContext context, TemplateRepository templateRepository)
           
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.