Uses of Class
org.thymeleaf.engine.TemplateModel
Packages that use TemplateModel
Package
Description
-
Uses of TemplateModel in org.thymeleaf.cache
Fields in org.thymeleaf.cache with type parameters of type TemplateModelModifier and TypeFieldDescriptionstatic final ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel> StandardCacheManager.DEFAULT_TEMPLATE_CACHE_VALIDITY_CHECKERDefault template cache validity checker: an instance ofStandardParsedTemplateEntryValidator.Methods in org.thymeleaf.cache that return types with arguments of type TemplateModelModifier and TypeMethodDescriptionfinal ICache<TemplateCacheKey,TemplateModel> AbstractCacheManager.getTemplateCache()ICacheManager.getTemplateCache()Returns the cache of parsed templates.StandardCacheManager.getTemplateCacheValidityChecker()protected abstract ICache<TemplateCacheKey,TemplateModel> AbstractCacheManager.initializeTemplateCache()protected final ICache<TemplateCacheKey,TemplateModel> StandardCacheManager.initializeTemplateCache()Methods in org.thymeleaf.cache with parameters of type TemplateModelModifier and TypeMethodDescriptionbooleanStandardParsedTemplateEntryValidator.checkIsValueStillValid(TemplateCacheKey key, TemplateModel value, long entryCreationTimestamp) Method parameters in org.thymeleaf.cache with type arguments of type TemplateModelModifier and TypeMethodDescriptionvoidStandardCacheManager.setTemplateCacheValidityChecker(ICacheEntryValidityChecker<TemplateCacheKey, TemplateModel> templateCacheValidityChecker) -
Uses of TemplateModel in org.thymeleaf.engine
Methods in org.thymeleaf.engine that return TemplateModelModifier and TypeMethodDescriptionModelBuilderTemplateHandler.getModel()TemplateManager.parseStandalone(ITemplateContext context, String template, Set<String> templateSelectors, TemplateMode templateMode, boolean useCache, boolean failIfNotExists) TemplateManager.parseString(TemplateData ownerTemplateData, String template, int lineOffset, int colOffset, TemplateMode templateMode, boolean useCache) Methods in org.thymeleaf.engine with parameters of type TemplateModelModifier and TypeMethodDescriptionvoidTemplateManager.process(TemplateModel template, ITemplateContext context, Writer writer) -
Uses of TemplateModel in org.thymeleaf.standard.expression
Methods in org.thymeleaf.standard.expression that return TemplateModelConstructors in org.thymeleaf.standard.expression with parameters of type TemplateModelModifierConstructorDescriptionFragment(TemplateModel templateModel, Map<String, Object> parameters, boolean syntheticParameters) -
Uses of TemplateModel in org.thymeleaf.util
Constructors in org.thymeleaf.util with parameters of type TemplateModelModifierConstructorDescriptionLazyProcessingCharSequence(ITemplateContext context, TemplateModel templateModel)