|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.bridge.WindowWrapper.GetURLFunctionWrapper
protected static class WindowWrapper.GetURLFunctionWrapper
To wrap a function passed to getURL().
| Field Summary | |
|---|---|
protected org.mozilla.javascript.Function |
function
The function wrapper. |
protected RhinoInterpreter |
interpreter
The current interpreter. |
protected WindowWrapper |
windowWrapper
The WindowWrapper |
| Constructor Summary | |
|---|---|
WindowWrapper.GetURLFunctionWrapper(RhinoInterpreter ri,
org.mozilla.javascript.Function fct,
WindowWrapper ww)
Creates a wrapper. |
|
| Method Summary | |
|---|---|
void |
getURLDone(boolean success,
String mime,
String content)
Called before 'getURL()' returns. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RhinoInterpreter interpreter
protected org.mozilla.javascript.Function function
protected WindowWrapper windowWrapper
| Constructor Detail |
|---|
public WindowWrapper.GetURLFunctionWrapper(RhinoInterpreter ri,
org.mozilla.javascript.Function fct,
WindowWrapper ww)
| Method Detail |
|---|
public void getURLDone(boolean success,
String mime,
String content)
getURLDone in interface Window.URLResponseHandlersuccess - Whether the data was successfully retreived.mime - The data MIME type.content - The data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||