Uses of Class
org.thymeleaf.engine.TemplateModel
-
Packages that use TemplateModel Package Description org.thymeleaf.cache org.thymeleaf.engine org.thymeleaf.standard.expression org.thymeleaf.util -
-
Uses of TemplateModel in org.thymeleaf.cache
Fields in org.thymeleaf.cache with type parameters of type TemplateModel Modifier and Type Field Description static ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel>
StandardCacheManager. DEFAULT_TEMPLATE_CACHE_VALIDITY_CHECKER
Default template cache validity checker: an instance ofStandardParsedTemplateEntryValidator
.Methods in org.thymeleaf.cache that return types with arguments of type TemplateModel Modifier and Type Method Description ICache<TemplateCacheKey,TemplateModel>
AbstractCacheManager. getTemplateCache()
ICache<TemplateCacheKey,TemplateModel>
ICacheManager. getTemplateCache()
Returns the cache of parsed templates.ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel>
StandardCacheManager. getTemplateCacheValidityChecker()
protected abstract ICache<TemplateCacheKey,TemplateModel>
AbstractCacheManager. initializeTemplateCache()
protected ICache<TemplateCacheKey,TemplateModel>
StandardCacheManager. initializeTemplateCache()
Methods in org.thymeleaf.cache with parameters of type TemplateModel Modifier and Type Method Description boolean
StandardParsedTemplateEntryValidator. checkIsValueStillValid(TemplateCacheKey key, TemplateModel value, long entryCreationTimestamp)
Method parameters in org.thymeleaf.cache with type arguments of type TemplateModel Modifier and Type Method Description void
StandardCacheManager. setTemplateCacheValidityChecker(ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel> templateCacheValidityChecker)
-
Uses of TemplateModel in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return TemplateModel Modifier and Type Method Description TemplateModel
ModelBuilderTemplateHandler. getModel()
TemplateModel
TemplateManager. parseStandalone(ITemplateContext context, String template, Set<String> templateSelectors, TemplateMode templateMode, boolean useCache, boolean failIfNotExists)
TemplateModel
TemplateManager. parseString(TemplateData ownerTemplateData, String template, int lineOffset, int colOffset, TemplateMode templateMode, boolean useCache)
Methods in org.thymeleaf.engine with parameters of type TemplateModel Modifier and Type Method Description void
TemplateManager. process(TemplateModel template, ITemplateContext context, Writer writer)
-
Uses of TemplateModel in org.thymeleaf.standard.expression
Methods in org.thymeleaf.standard.expression that return TemplateModel Modifier and Type Method Description TemplateModel
Fragment. getTemplateModel()
Constructors in org.thymeleaf.standard.expression with parameters of type TemplateModel Constructor Description Fragment(TemplateModel templateModel, Map<String,Object> parameters, boolean syntheticParameters)
-
Uses of TemplateModel in org.thymeleaf.util
Constructors in org.thymeleaf.util with parameters of type TemplateModel Constructor Description LazyProcessingCharSequence(ITemplateContext context, TemplateModel templateModel)
-