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_CHECKERDefault 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 booleanStandardParsedTemplateEntryValidator. checkIsValueStillValid(TemplateCacheKey key, TemplateModel value, long entryCreationTimestamp)Method parameters in org.thymeleaf.cache with type arguments of type TemplateModel Modifier and Type Method Description voidStandardCacheManager. 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 TemplateModelModelBuilderTemplateHandler. getModel()TemplateModelTemplateManager. parseStandalone(ITemplateContext context, String template, Set<String> templateSelectors, TemplateMode templateMode, boolean useCache, boolean failIfNotExists)TemplateModelTemplateManager. 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 voidTemplateManager. 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 TemplateModelFragment. 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)
-