|
|||||||||
| Home >> All >> org >> apache >> batik >> script >> [ rhino overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.script.rhino
Class WindowWrapper.GetURLObjectWrapper

java.lang.Objectorg.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper
- All Implemented Interfaces:
- org.apache.batik.script.Window.URLResponseHandler
- Enclosing class:
- WindowWrapper
- private static class WindowWrapper.GetURLObjectWrapper
- extends java.lang.Object
- implements org.apache.batik.script.Window.URLResponseHandler
- extends java.lang.Object
To wrap an object passed to getURL().
| Field Summary | |
private static java.lang.String |
COMPLETE
|
private RhinoInterpreter |
interpreter
The current interpreter. |
private ScriptableObject |
object
The object wrapper. |
private ScriptableObject |
scope
The Scope for the callback. |
| Constructor Summary | |
WindowWrapper.GetURLObjectWrapper(RhinoInterpreter ri,
ScriptableObject obj,
ScriptableObject sc)
Creates a wrapper. |
|
| Method Summary | |
void |
getURLDone(boolean success,
java.lang.String mime,
java.lang.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 |
interpreter
private RhinoInterpreter interpreter
- The current interpreter.
object
private ScriptableObject object
- The object wrapper.
scope
private ScriptableObject scope
- The Scope for the callback.
COMPLETE
private static final java.lang.String COMPLETE
- See Also:
- Constant Field Values
| Constructor Detail |
WindowWrapper.GetURLObjectWrapper
public WindowWrapper.GetURLObjectWrapper(RhinoInterpreter ri, ScriptableObject obj, ScriptableObject sc)
- Creates a wrapper.
| Method Detail |
getURLDone
public void getURLDone(boolean success,
java.lang.String mime,
java.lang.String content)
- Called before 'getURL()' returns.
- Specified by:
getURLDonein interfaceorg.apache.batik.script.Window.URLResponseHandler
|
|||||||||
| Home >> All >> org >> apache >> batik >> script >> [ rhino overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper