- EsiContentResolver - Class in de.otto.esidialect
-
Content resolver for esi-includes fetching the content of an include's source url.
- EsiContentResolver(Fetch, String) - Constructor for class de.otto.esidialect.EsiContentResolver
-
- esiContentResolver(Fetch, EsiDialectProperties) - Method in class de.otto.esidialect.EsiDialectConfiguration
-
- EsiDialect - Class in de.otto.esidialect.thymeleaf3
-
A thymeleaf 3 dialect that processes <esi:include> tags.
- EsiDialect(EsiContentResolver) - Constructor for class de.otto.esidialect.thymeleaf3.EsiDialect
-
Creates the thymeleaf dialect for esi includes.
- EsiDialectConfiguration - Class in de.otto.esidialect
-
Configures the thymeleaf <esi:include> dialect.
- EsiDialectConfiguration() - Constructor for class de.otto.esidialect.EsiDialectConfiguration
-
- EsiDialectFetchConfiguration - Class in de.otto.esidialect
-
Provides a default Fetch implementation that resolves esi includes through the internal HTTP proxy.
- EsiDialectFetchConfiguration() - Constructor for class de.otto.esidialect.EsiDialectFetchConfiguration
-
- EsiDialectProperties - Class in de.otto.esidialect
-
- EsiDialectProperties() - Constructor for class de.otto.esidialect.EsiDialectProperties
-
- EsiIncludeElementProcessor - Class in de.otto.esidialect.thymeleaf3
-
Thymeleaf 3 processor that replaces <esi:include ..> tags with the content of its src-attribute.
- EsiIncludeElementProcessor(EsiContentResolver) - Constructor for class de.otto.esidialect.thymeleaf3.EsiIncludeElementProcessor
-