Core JavaScript 1.5 Reference:LiveConnect
From MDC
This section documents the Java classes used for LiveConnect, along with their constructors and methods. These classes allow a Java object to access JavaScript code.
- The public class
JSExceptionextendsRuntimeException, and is thrown when JavaScript returns an error.
- The public class
JSObjectextendsObject. JavaScript objects are wrapped in an instance of the classJSObjectand passed to Java, allowing Java to manipulate JavaScript objects.