protected static class WindowWrapper.GetURLFunctionWrapper extends Object implements Window.URLResponseHandler
Modifier and Type | Field and Description |
---|---|
protected Function |
function
The function wrapper.
|
protected RhinoInterpreter |
interpreter
The current interpreter.
|
protected WindowWrapper |
windowWrapper
The WindowWrapper
|
Constructor and Description |
---|
WindowWrapper.GetURLFunctionWrapper(RhinoInterpreter ri,
Function fct,
WindowWrapper ww)
Creates a wrapper.
|
protected RhinoInterpreter interpreter
protected Function function
protected WindowWrapper windowWrapper
public WindowWrapper.GetURLFunctionWrapper(RhinoInterpreter ri, Function fct, WindowWrapper ww)
public void getURLDone(boolean success, String mime, String content)
getURLDone
in interface Window.URLResponseHandler
success
- Whether the data was successfully retreived.mime
- The data MIME type.content
- The data.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.