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.testing.templateengine.engine.cache 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.private ICache<TemplateCacheKey,TemplateModel>AbstractCacheManager. templateCacheprivate ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel>StandardCacheManager. templateCacheValidityCheckerMethods 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
Fields in org.thymeleaf.engine declared as TemplateModel Modifier and Type Field Description private TemplateModelThrottledTemplateProcessor. templateModelFields in org.thymeleaf.engine with type parameters of type TemplateModel Modifier and Type Field Description private ICache<TemplateCacheKey,TemplateModel>TemplateManager. templateCacheMethods in org.thymeleaf.engine that return TemplateModel Modifier and Type Method Description private TemplateModelTemplateManager. applyPreProcessorsIfNeeded(ITemplateContext context, TemplateModel templateModel)TemplateModelModelBuilderTemplateHandler. getModel()TemplateModelTemplateManager. parseStandalone(ITemplateContext context, java.lang.String template, java.util.Set<java.lang.String> templateSelectors, TemplateMode templateMode, boolean useCache, boolean failIfNotExists)TemplateModelTemplateManager. parseString(TemplateData ownerTemplateData, java.lang.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 private TemplateModelTemplateManager. applyPreProcessorsIfNeeded(ITemplateContext context, TemplateModel templateModel)private voidModel. doInsertTemplateModel(int pos, TemplateModel model)voidTemplateManager. process(TemplateModel template, ITemplateContext context, java.io.Writer writer)Constructors in org.thymeleaf.engine with parameters of type TemplateModel Constructor Description 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 TemplateModel Modifier and Type Field Description private TemplateModelFragment. templateModelMethods 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, java.util.Map<java.lang.String,java.lang.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 Modifier and Type Method Description ICache<TemplateCacheKey,TemplateModel>TestCacheManager. getTemplateCache() -
Uses of TemplateModel in org.thymeleaf.util
Fields in org.thymeleaf.util declared as TemplateModel Modifier and Type Field Description private TemplateModelLazyProcessingCharSequence. templateModelConstructors in org.thymeleaf.util with parameters of type TemplateModel Constructor Description LazyProcessingCharSequence(ITemplateContext context, TemplateModel templateModel)
-