Package | Description |
---|---|
org.esigate |
ESIGate is an open source implementation of Edge Side Include specification.
|
org.esigate.aggregator |
Provides aggregation functions.
|
org.esigate.cookie | |
org.esigate.esi | |
org.esigate.events.impl | |
org.esigate.extension.parallelesi | |
org.esigate.http |
Package contains resources related to retrieving data via HTTP protocol.
|
org.esigate.parser | |
org.esigate.parser.future | |
org.esigate.renderers | |
org.esigate.tags | |
org.esigate.test | |
org.esigate.util | |
org.esigate.vars | |
org.esigate.xml |
Modifier and Type | Method and Description |
---|---|
OutgoingRequest |
RequestExecutor.createOutgoingRequest(DriverRequest request,
String url,
boolean b) |
void |
Renderer.render(DriverRequest originalRequest,
String src,
Writer out)
Renders provided source and writes results to the output.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregateRenderer.render(DriverRequest httpRequest,
String content,
Writer outWriter)
Renders provided source and writes results to the output.
|
Modifier and Type | Method and Description |
---|---|
void |
CookieManager.addCookie(org.apache.http.cookie.Cookie cookie,
DriverRequest request) |
void |
DefaultCookieManager.addCookie(org.apache.http.cookie.Cookie cookie,
DriverRequest originalRequest) |
void |
CookieManager.clear(DriverRequest request) |
void |
DefaultCookieManager.clear(DriverRequest request) |
boolean |
CookieManager.clearExpired(Date date,
DriverRequest request) |
boolean |
DefaultCookieManager.clearExpired(Date date,
DriverRequest request) |
List<org.apache.http.cookie.Cookie> |
CookieManager.getCookies(DriverRequest request) |
List<org.apache.http.cookie.Cookie> |
DefaultCookieManager.getCookies(DriverRequest originalRequest) |
protected static org.apache.http.cookie.Cookie |
DefaultCookieManager.rewriteForBrowser(org.apache.http.cookie.Cookie cookie,
DriverRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
EsiRenderer.render(DriverRequest originalRequest,
String content,
Writer outWriter) |
Modifier and Type | Method and Description |
---|---|
DriverRequest |
RenderEvent.getOriginalRequest() |
Constructor and Description |
---|
RenderEvent(String remoteUrl,
DriverRequest originalRequest,
org.apache.http.client.methods.CloseableHttpResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
void |
EsiRenderer.render(DriverRequest originalRequest,
String content,
Writer out) |
Modifier and Type | Method and Description |
---|---|
DriverRequest |
OutgoingRequest.getOriginalRequest() |
Modifier and Type | Method and Description |
---|---|
void |
HeaderManager.copyHeaders(DriverRequest originalRequest,
org.apache.http.HttpRequest httpRequest)
Copy header from originalRequest to httpRequest.
|
OutgoingRequest |
HttpClientRequestExecutor.createOutgoingRequest(DriverRequest originalRequest,
String uri,
boolean proxy) |
static String |
ResourceUtils.getHttpUrlWithQueryString(String url,
DriverRequest originalRequest,
boolean proxy) |
Constructor and Description |
---|
OutgoingRequest(String method,
String uri,
org.apache.http.ProtocolVersion version,
DriverRequest originalRequest,
org.apache.http.client.config.RequestConfig requestConfig,
OutgoingRequestContext context) |
RequestCookieStore(CookieManager cookieManager,
DriverRequest originalRequest) |
Modifier and Type | Method and Description |
---|---|
DriverRequest |
ParserContext.getHttpRequest() |
Modifier and Type | Method and Description |
---|---|
void |
Parser.setHttpRequest(DriverRequest httpRequest) |
Modifier and Type | Method and Description |
---|---|
DriverRequest |
FutureParserContext.getHttpRequest() |
Modifier and Type | Method and Description |
---|---|
void |
FutureParser.setHttpRequest(DriverRequest httpRequest) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceFixupRenderer.render(DriverRequest httpRequest,
String src,
Writer out) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateRenderer.render(DriverRequest httpRequest,
String content,
Writer pOut)
Renders provided source and writes results to the output.
|
void |
BlockRenderer.render(DriverRequest httpRequest,
String content,
Writer pOut)
Renders provided source and writes results to the output.
|
Modifier and Type | Method and Description |
---|---|
static DriverRequest |
TestUtils.createDriverRequest(Driver driver)
Creates a mock
DriverRequest . |
static DriverRequest |
TestUtils.createDriverRequest(String uri,
Driver driver)
Creates a mock
DriverRequest . |
Modifier and Type | Method and Description |
---|---|
static String |
HttpRequestHelper.getParameter(DriverRequest request,
String name) |
Modifier and Type | Method and Description |
---|---|
static String |
VariablesResolver.replaceAllVariables(String strVars,
DriverRequest request)
Replace all ESI variables found in strVars by their matching value in vars.properties.
|
Modifier and Type | Method and Description |
---|---|
void |
XpathRenderer.render(DriverRequest httpRequest,
String src,
Writer out)
Renders provided source and writes results to the output.
|
void |
XsltRenderer.render(DriverRequest httpRequest,
String src,
Writer out)
Renders provided source and writes results to the output.
|
Constructor and Description |
---|
XsltRenderer(String template,
Driver driver,
DriverRequest originalRequest) |
Copyright © 2008–2018. All rights reserved.