org.apache.batik.script.rhino
protected static class WindowWrapper.GetURLFunctionWrapper extends Object implements Window.URLResponseHandler
| Field Summary | |
|---|---|
| protected Function | function
The function wrapper. |
| protected RhinoInterpreter | interpreter
The current interpreter. |
| protected WindowWrapper | windowWrapper
The WindowWrapper |
| Constructor Summary | |
|---|---|
| GetURLFunctionWrapper(RhinoInterpreter ri, Function fct, WindowWrapper ww)
Creates a wrapper. | |
| Method Summary | |
|---|---|
| void | getURLDone(boolean success, String mime, String content)
Called before 'getURL()' returns. |
Parameters: success Whether the data was successfully retreived. mime The data MIME type. content The data.