Package netscape.javascript

Provides Java code the ability to access the JavaScript engine in the web browser.

See:
          Description

Class Summary
JSObject Allows Java code to manipulate JavaScript objects.
 

Exception Summary
JSException Thrown when an exception is raised in the JavaScript engine.
 

Package netscape.javascript Description

Provides Java code the ability to access the JavaScript engine in the web browser.

The classes in this package were initially specified by Netscape, and are the de facto standard mechanism for calling JavaScript from Java. The javadoc in this package has been revised to indicate the currently supported functionality, as well as deprecated features.