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.private ICache<TemplateCacheKey, TemplateModel> AbstractCacheManager.templateCacheStandardCacheManager.templateCacheValidityCheckerMethods 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
Fields in org.thymeleaf.engine declared as TemplateModelModifier and TypeFieldDescriptionprivate final TemplateModelThrottledTemplateProcessor.templateModelFields in org.thymeleaf.engine with type parameters of type TemplateModelModifier and TypeFieldDescriptionprivate final ICache<TemplateCacheKey, TemplateModel> TemplateManager.templateCacheMethods in org.thymeleaf.engine that return TemplateModelModifier and TypeMethodDescriptionprivate TemplateModelTemplateManager.applyPreProcessorsIfNeeded(ITemplateContext context, TemplateModel templateModel) ModelBuilderTemplateHandler.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 TypeMethodDescriptionprivate TemplateModelTemplateManager.applyPreProcessorsIfNeeded(ITemplateContext context, TemplateModel templateModel) private voidModel.doInsertTemplateModel(int pos, TemplateModel model) voidTemplateManager.process(TemplateModel template, ITemplateContext context, Writer writer) Constructors in org.thymeleaf.engine with parameters of type TemplateModelModifierConstructorDescription(package private)ThrottledTemplateProcessor(TemplateSpec templateSpec, IEngineContext context, TemplateModel templateModel, ITemplateHandler templateHandler, ProcessorTemplateHandler processorTemplateHandler, TemplateFlowController flowController, ThrottledTemplateWriter writer) -
Uses of TemplateModel in org.thymeleaf.standard.expression
Fields in org.thymeleaf.standard.expression declared as TemplateModelMethods 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.testing.templateengine.engine.cache
Methods in org.thymeleaf.testing.templateengine.engine.cache that return types with arguments of type TemplateModel -
Uses of TemplateModel in org.thymeleaf.util
Fields in org.thymeleaf.util declared as TemplateModelModifier and TypeFieldDescriptionprivate final TemplateModelLazyProcessingCharSequence.templateModelConstructors in org.thymeleaf.util with parameters of type TemplateModelModifierConstructorDescriptionLazyProcessingCharSequence(ITemplateContext context, TemplateModel templateModel)