|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Window.URLResponseHandler | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.script | Provides an API for interpreting scripting language found in SVG files. |
org.apache.batik.script.rhino | Provides an API for interpreting JavaScript language through the Rhino interpreter. |
Uses of Window.URLResponseHandler in org.apache.batik.bridge |
---|
Methods in org.apache.batik.bridge with parameters of type Window.URLResponseHandler | |
---|---|
void |
ScriptingEnvironment.Window.getURL(String uri,
Window.URLResponseHandler h)
Implements Window.getURL(String,org.apache.batik.script.Window.URLResponseHandler) . |
void |
BaseScriptingEnvironment.Window.getURL(String uri,
Window.URLResponseHandler h)
Gets data from the given URI. |
void |
ScriptingEnvironment.Window.getURL(String uri,
Window.URLResponseHandler h,
String enc)
Implements Window.getURL(String,org.apache.batik.script.Window.URLResponseHandler,String) . |
void |
BaseScriptingEnvironment.Window.getURL(String uri,
Window.URLResponseHandler h,
String enc)
Gets data from the given URI. |
void |
ScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h)
|
void |
BaseScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h)
|
void |
ScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType)
|
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,
String fEnc)
|
void |
BaseScriptingEnvironment.Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType,
String fEnc)
|
Uses of Window.URLResponseHandler in org.apache.batik.script |
---|
Methods in org.apache.batik.script with parameters of type Window.URLResponseHandler | |
---|---|
void |
Window.getURL(String uri,
Window.URLResponseHandler h)
Gets data from the given URI. |
void |
Window.getURL(String uri,
Window.URLResponseHandler h,
String enc)
Gets data from the given URI. |
void |
Window.postURL(String uri,
String content,
Window.URLResponseHandler h)
Posts data to the given URI. |
void |
Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType)
Posts data to the given URI. |
void |
Window.postURL(String uri,
String content,
Window.URLResponseHandler h,
String mimeType,
String enc)
Posts data to the given URI. |
Uses of Window.URLResponseHandler in org.apache.batik.script.rhino |
---|
Classes in org.apache.batik.script.rhino that implement Window.URLResponseHandler | |
---|---|
protected static class |
WindowWrapper.GetURLFunctionWrapper
To wrap a function passed to getURL(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |