JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
F
G
I
L
R
S
C
conditionalEsiDialect(EsiContentResolver)
- 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
- 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
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
F
fetch(String, String, boolean)
- Method in class de.otto.esidialect.
EsiContentResolver
fetch(String, EsiDialectProperties)
- Method in class de.otto.esidialect.
EsiDialectConfiguration
Fetch
- Interface in
de.otto.esidialect
Function that is used to fetch the content from the esi-include src Gets the src url as argument.
G
getContentType()
- Method in class de.otto.esidialect.
Response
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
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(EsiDialectProperties, Fetch)
- 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
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.
LocalhostProxyConfiguration
stopProxy()
- Method in class de.otto.esidialect.
LocalhostProxyConfiguration
C
D
E
F
G
I
L
R
S
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes