ClassCache | Cache of generated classes and data structures to access Java runtime
from JavaScript. |
CompilerEnvirons | |
Context | This class represents the runtime context of an executing script. |
ContextFactory | Factory class that Rhino runtime use to create new Context
instances or to notify about Context execution. |
EcmaError | The class of exceptions raised by the engine as described in
ECMA edition 3. |
EvaluatorException | The class of exceptions thrown by the JavaScript engine. |
FunctionObject | |
ImporterTopLevel | Class ImporterTopLevel
This class defines a ScriptableObject that can be instantiated
as a top-level ("global") object to provide functionality similar
to Java's "import" statement. |
JavaScriptException | Java reflection of JavaScript exceptions. |
RhinoException | The class of exceptions thrown by the JavaScript engine. |
ScriptableObject | This is the default implementation of the Scriptable interface. |
SecurityController | This class describes the support needed to implement security. |
Synchronizer | This class provides support for implementing Java-style synchronized
methods in Javascript. |
WrapFactory | Embeddings that wish to provide their own custom wrappings for Java
objects may extend this class and call
Context.setWrapFactory(WrapFactory)
Once an instance of this class or an extension of this class is enabled
for a given context (by calling setWrapFactory on that context), Rhino
will call the methods of this class whenever it needs to wrap a value
resulting from a call to a Java method or an access to a Java field. |
WrappedException | A wrapper for runtime exceptions. |