Rhino API Reference.

See:
          Description

Packages
org.mozilla.classfile  
org.mozilla.javascript  
org.mozilla.javascript.continuations  
org.mozilla.javascript.debug  
org.mozilla.javascript.jdk11  
org.mozilla.javascript.jdk13  
org.mozilla.javascript.optimizer  
org.mozilla.javascript.regexp  
org.mozilla.javascript.serialize  
org.mozilla.javascript.xml  

 

Rhino API Reference.

The Control API

These APIs provide methods for controlling the actions of JavaScript in a host environment.

The Host Object API

These APIs provide support for adding objects specific to a particular embedding of JavaScript in a host environment. Note that if you just want to script existing Java classes, you should just use LiveConnect. See also LiveConnect 3.0 specs. It is also helpful to understand some of the implementation of the runtime.

Exceptions

These exceptions are thrown by JavaScript.

back to top