Package org.apache.batik.script.rhino

Provides an API for interpreting JavaScript language through the Rhino interpreter.

See:
          Description

Interface Summary
RhinoInterpreter.ArgumentsBuilder To build an argument list.
 

Class Summary
BatikSecuritySupport This implementation of the Rhino SecuritySupport interface is meant for use within the context of Batik only.
Messages This class manages the message for the Rhino interpreter
RhinoClassLoader This class loader implementation will work whether or not the documentURL is null.
RhinoInterpreter A simple implementation of Interpreter interface to use Rhino ECMAScript interpreter.
RhinoInterpreterFactory Allows to create instances of RhinoInterpreter class.
WindowWrapper This class wraps a Window object to expose it to the interpreter.
WindowWrapper.FunctionWrapper To wrap a function in an handler.
WindowWrapper.GetURLFunctionWrapper To wrap a function passed to getURL().
 

Package org.apache.batik.script.rhino Description

Provides an API for interpreting JavaScript language through the Rhino interpreter.



Copyright © 2002 Apache Software Foundation. All Rights Reserved.