| Package | Description |
|---|---|
| org.thymeleaf.cache | |
| org.thymeleaf.engine | |
| org.thymeleaf.standard.expression | |
| org.thymeleaf.util |
| Modifier and Type | Field and Description |
|---|---|
static ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel> |
StandardCacheManager.DEFAULT_TEMPLATE_CACHE_VALIDITY_CHECKER
Default template cache validity checker: an instance of
StandardParsedTemplateEntryValidator. |
| Modifier and Type | Method and Description |
|---|---|
ICache<TemplateCacheKey,TemplateModel> |
AbstractCacheManager.getTemplateCache() |
ICache<TemplateCacheKey,TemplateModel> |
ICacheManager.getTemplateCache()
Returns the cache of parsed templates.
|
ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel> |
StandardCacheManager.getTemplateCacheValidityChecker() |
protected ICache<TemplateCacheKey,TemplateModel> |
StandardCacheManager.initializeTemplateCache() |
protected abstract ICache<TemplateCacheKey,TemplateModel> |
AbstractCacheManager.initializeTemplateCache() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandardParsedTemplateEntryValidator.checkIsValueStillValid(TemplateCacheKey key,
TemplateModel value,
long entryCreationTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardCacheManager.setTemplateCacheValidityChecker(ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel> templateCacheValidityChecker) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateManager.process(TemplateModel template,
ITemplateContext context,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
Fragment.getTemplateModel() |
| Constructor and Description |
|---|
Fragment(TemplateModel templateModel,
Map<String,Object> parameters,
boolean syntheticParameters) |
| Constructor and Description |
|---|
LazyProcessingCharSequence(ITemplateContext context,
TemplateModel templateModel) |
Copyright © 2017 The THYMELEAF team. All rights reserved.