| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
WindowWrapper.GetURLFunctionWrapper |
To wrap a function passed to getURL().
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseScriptingEnvironment.Window.getURL(java.lang.String uri,
Window.URLResponseHandler h) |
Gets data from the given URI.
|
void |
BaseScriptingEnvironment.Window.getURL(java.lang.String uri,
Window.URLResponseHandler h,
java.lang.String enc) |
Gets data from the given URI.
|
void |
ScriptingEnvironment.Window.getURL(java.lang.String uri,
Window.URLResponseHandler h) |
|
void |
ScriptingEnvironment.Window.getURL(java.lang.String uri,
Window.URLResponseHandler h,
java.lang.String enc) |
|
void |
Window.getURL(java.lang.String uri,
Window.URLResponseHandler h) |
Gets data from the given URI.
|
void |
Window.getURL(java.lang.String uri,
Window.URLResponseHandler h,
java.lang.String enc) |
Gets data from the given URI.
|
void |
BaseScriptingEnvironment.Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h) |
|
void |
BaseScriptingEnvironment.Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h,
java.lang.String mimeType) |
|
void |
BaseScriptingEnvironment.Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h,
java.lang.String mimeType,
java.lang.String fEnc) |
|
void |
ScriptingEnvironment.Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h) |
|
void |
ScriptingEnvironment.Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h,
java.lang.String mimeType) |
|
void |
ScriptingEnvironment.Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h,
java.lang.String mimeType,
java.lang.String fEnc) |
|
void |
Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h) |
Posts data to the given URI.
|
void |
Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h,
java.lang.String mimeType) |
Posts data to the given URI.
|
void |
Window.postURL(java.lang.String uri,
java.lang.String content,
Window.URLResponseHandler h,
java.lang.String mimeType,
java.lang.String enc) |
Posts data to the given URI.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.