Class WindowWrapper.GetURLFunctionWrapper

java.lang.Object
org.apache.batik.bridge.WindowWrapper.GetURLFunctionWrapper
All Implemented Interfaces:
Window.URLResponseHandler
Enclosing class:
WindowWrapper

protected static class WindowWrapper.GetURLFunctionWrapper extends Object implements Window.URLResponseHandler
To wrap a function passed to getURL().
  • Field Details

    • interpreter

      protected RhinoInterpreter interpreter
      The current interpreter.
    • function

      protected org.mozilla.javascript.Function function
      The function wrapper.
    • windowWrapper

      protected WindowWrapper windowWrapper
      The WindowWrapper
  • Constructor Details

    • GetURLFunctionWrapper

      public GetURLFunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function fct, WindowWrapper ww)
      Creates a wrapper.
  • Method Details

    • getURLDone

      public void getURLDone(boolean success, String mime, String content)
      Called before 'getURL()' returns.
      Specified by:
      getURLDone in interface Window.URLResponseHandler
      Parameters:
      success - Whether the data was successfully retreived.
      mime - The data MIME type.
      content - The data.