C D E F G I L R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- conditionalEsiDialect(EsiContentResolver, EsiDialectProperties) - Method in class de.otto.esidialect.EsiDialectConfiguration
D
- de.otto.esidialect - package de.otto.esidialect
- de.otto.esidialect.thymeleaf3 - package de.otto.esidialect.thymeleaf3
- doProcess(ITemplateContext, IProcessableElementTag, IElementTagStructureHandler) - Method in class de.otto.esidialect.thymeleaf3.EsiIncludeElementProcessor
E
- esiContentResolver(Fetch, EsiDialectProperties) - Method in class de.otto.esidialect.EsiDialectConfiguration
- 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
- EsiDialect - Class in de.otto.esidialect.thymeleaf3
-
A thymeleaf 3 dialect that processes
<esi:include>tags. - EsiDialect(EsiContentResolver, List<String>) - 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
- 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 itssrc-attribute. - EsiIncludeElementProcessor(EsiContentResolver, List<String>) - Constructor for class de.otto.esidialect.thymeleaf3.EsiIncludeElementProcessor
F
- fetch(String, String, boolean) - Method in class de.otto.esidialect.EsiContentResolver
- Fetch - Interface in de.otto.esidialect
-
Function that is used to fetch the content from the esi-include src
G
- getContentType() - Method in class de.otto.esidialect.Response
- getEnabledUris() - Method in class de.otto.esidialect.EsiDialectProperties
- getPrefixForRelativePath() - Method in class de.otto.esidialect.EsiDialectProperties
-
Optional prefix for relative esi:include paths
- getProcessors(String) - Method in class de.otto.esidialect.thymeleaf3.EsiDialect
- getProxyPort() - Method in class de.otto.esidialect.EsiDialectProperties
- getProxyRedirectHost() - Method in class de.otto.esidialect.EsiDialectProperties
-
The host where the request is redirected to
- getProxyRedirectProtocol() - Method in class de.otto.esidialect.EsiDialectProperties
-
The protocol that is used for redirects. default: "https"
- getResponseBody() - Method in class de.otto.esidialect.Response
- getResponseBodyAsBytes() - Method in class de.otto.esidialect.Response
- getStatusCode() - Method in class de.otto.esidialect.Response
- getStatusText() - Method in class de.otto.esidialect.Response
I
- isDialectEnabled() - Method in class de.otto.esidialect.EsiDialectProperties
- isProxyEnabled() - Method in class de.otto.esidialect.EsiDialectProperties
L
- localhostProxy(EsiDialectProperties, Fetch) - Method in class de.otto.esidialect.LocalhostProxyConfiguration
- LocalhostProxy - Class in de.otto.esidialect
- LocalhostProxy(EsiDialectProperties, Fetch) - Constructor for class de.otto.esidialect.LocalhostProxy
- LocalhostProxyConfiguration - Class in de.otto.esidialect
-
Defines an HTTP proxy that is used to retrieve secondary includes if desired: Esi-included pages might include resources like CSS and JavaScript files causing CORS errors.
- LocalhostProxyConfiguration() - Constructor for class de.otto.esidialect.LocalhostProxyConfiguration
R
- Response - Class in de.otto.esidialect
-
Response from the fetch-function.
- Response(int, String, byte[], String) - Constructor for class de.otto.esidialect.Response
S
- setDialectEnabled(boolean) - Method in class de.otto.esidialect.EsiDialectProperties
- setEnabledUris(List<String>) - Method in class de.otto.esidialect.EsiDialectProperties
- setPrefixForRelativePath(String) - Method in class de.otto.esidialect.EsiDialectProperties
- setProxyEnabled(boolean) - Method in class de.otto.esidialect.EsiDialectProperties
- setProxyPort(int) - Method in class de.otto.esidialect.EsiDialectProperties
- setProxyRedirectHost(String) - Method in class de.otto.esidialect.EsiDialectProperties
- setProxyRedirectProtocol(String) - Method in class de.otto.esidialect.EsiDialectProperties
- startProxy() - Method in class de.otto.esidialect.LocalhostProxy
- stopProxy() - Method in class de.otto.esidialect.LocalhostProxy
All Classes All Packages