Rhino API Reference. The Control API These APIs provide methods for controlling the actions of JavaScript in a host environment.

See:
          Description

Packages
org.mozilla.classfile  
org.mozilla.javascript  
org.mozilla.javascript.debug  
org.mozilla.javascript.optimizer  
org.mozilla.javascript.regexp  
org.mozilla.javascript.serialize  

 

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. It is also helpful to understand some of the implementation of the runtime.

Exceptions

These exceptions are thrown by JavaScript.

back to top