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 and Description |
---|---|
protected static class |
WindowWrapper.GetURLFunctionWrapper
To wrap a function passed to getURL().
|
Modifier and Type | Method and Description |
---|---|
void |
Window.getURL(String uri,
Window.URLResponseHandler h)
Gets data from the given URI.
|
void |
BaseScriptingEnvironment.Window.getURL(String uri,
Window.URLResponseHandler h)
Gets data from the given URI.
|
void |
ScriptingEnvironment.Window.getURL(String uri,
Window.URLResponseHandler h)
|
void |
Window.getURL(String uri,
Window.URLResponseHandler h,
String enc)
Gets data from the given URI.
|
void |
BaseScriptingEnvironment.Window.getURL(String uri,
Window.URLResponseHandler h,
String enc)
Gets data from the given URI.
|
void |
ScriptingEnvironment.Window.getURL(String uri,
Window.URLResponseHandler h,
String enc)
|
void |
Window.postURL(String uri,
String content,
Window.URLResponseHandler h)
Posts data to the given URI.
|
void |
BaseScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h) |
void |
ScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h) |
void |
Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType)
Posts data to the given URI.
|
void |
BaseScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType) |
void |
ScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType) |
void |
Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType,
String enc)
Posts data to the given URI.
|
void |
BaseScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType,
String fEnc) |
void |
ScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType,
String fEnc) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.