Method Summary |
|
public void | associate(WebResponse response) Associates a scripting engine with the specified HTML web response. |
public void | clearErrorMessages() Clears the accumulated script error messages. |
public String[] | getErrorMessages() Returns the accumulated script error messages encountered. |
public boolean | isEnabled() Returns true if this engine is enabled. |
public boolean | isThrowExceptionsOnError() Returns true if script errors cause exceptions to be thrown. |
public void | load(WebResponse response) Runs the 'onload' event (if any) for the specified HTML web response. |
public void | setThrowExceptionsOnError(boolean throwExceptions) Determines whether script errors result in exceptions or warning messages. |