Uses of Class
org.thymeleaf.Template

Packages that use Template
org.thymeleaf   
org.thymeleaf.cache   
 

Uses of Template in org.thymeleaf
 

Methods in org.thymeleaf that return Template
 Template Template.clone()
           
 Template TemplateRepository.getTemplate(TemplateProcessingParameters templateProcessingParameters)
           Obtains a template.
 

Uses of Template in org.thymeleaf.cache
 

Fields in org.thymeleaf.cache with type parameters of type Template
static ICacheEntryValidityChecker<String,Template> StandardCacheManager.DEFAULT_TEMPLATE_CACHE_VALIDITY_CHECKER
          Default template cache validity checker: an instance of StandardParsedTemplateEntryValidator.
 

Methods in org.thymeleaf.cache that return types with arguments of type Template
 ICache<String,Template> ICacheManager.getTemplateCache()
           Returns the cache of parsed templates.
 ICache<String,Template> AbstractCacheManager.getTemplateCache()
           
 ICacheEntryValidityChecker<String,Template> StandardCacheManager.getTemplateCacheValidityChecker()
           
protected  ICache<String,Template> StandardCacheManager.initializeTemplateCache()
           
protected abstract  ICache<String,Template> AbstractCacheManager.initializeTemplateCache()
           
 

Methods in org.thymeleaf.cache with parameters of type Template
 boolean StandardParsedTemplateEntryValidator.checkIsValueStillValid(String key, Template value, long entryCreationTimestamp)
           
 

Method parameters in org.thymeleaf.cache with type arguments of type Template
 void StandardCacheManager.setTemplateCacheValidityChecker(ICacheEntryValidityChecker<String,Template> templateCacheValidityChecker)
           
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.