See: Description
| Interface | Description | 
|---|---|
| JSScriptable | 
 An interface allowing to define built-in function properties which can be called in the Javascript script. 
 | 
| ScriptableExecutor | 
 This class has the responsibility of executing the Javascript methods. 
 | 
| Class | Description | 
|---|---|
| AbstractJSScriptable | 
 A class allowing to define built-in function properties which can be called in the Javascript script. 
 | 
| AbstractScriptableExecutor | 
 An abstract implementation of a ScriptableExecutor. 
 | 
| CustomFunctionObject | 
 A custom Function Object, specializing a Rhino builtin FunctionObject class. 
 | 
| JSExceptionsUtils | 
 Exceptions utilities. 
 | 
| JSScriptException<S> | 
 This interface wraps a Javascript exception fired by the Scripting engine. 
 | 
| JSScriptWrapper<S> | 
 The Javascript Script wrapper. 
 | 
| Exception | Description | 
|---|---|
| NotImplementedException | 
 An exception raised when a Javascript script doe not implement a method of the script interface. 
 | 
Contains the classes which implements the Javascript scripts.
Copyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence