public class EsiDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
A thymeleaf 3 dialect that processes <esi:include> tags.
EsiContentResolver| Constructor and Description |
|---|
EsiDialect(EsiContentResolver esiContentResolver)
Creates the thymeleaf dialect for esi includes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<org.thymeleaf.processor.IProcessor> |
getProcessors(java.lang.String dialectPrefix) |
getDialectProcessorPrecedence, getPrefixpublic EsiDialect(EsiContentResolver esiContentResolver)
esiContentResolver - actual resolver that fetches the target URL's content