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(TemplateEngine templateEngine, TemplateProcessingParameters templateProcessingParameters, TemplateResolution templateResolution, TemplateRepository templateRepository, Document document)
           Create a new Arguments instance.
Arguments(TemplateProcessingParameters templateProcessingParameters, TemplateResolution templateResolution, TemplateRepository templateRepository, Document document)
          Deprecated. Will be removed in 2.1. Use the constructor with a TemplateEngine argument instead.
 

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)
           Read the specified template from TemplateRepository, and then apply the IFragmentSpec to the result of parsing it (the template).
 List<Node> FragmentAndTarget.extractFragment(Configuration configuration, IProcessingContext context, TemplateRepository templateRepository)
           Read the specified template from TemplateRepository, and then apply the IFragmentSpec to the result of parsing it (the template).
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.