See: Description
| Interface | Description |
|---|---|
| Interpreter |
A high level interface that represents an interpreter engine for
a particular scripting language.
|
| InterpreterFactory |
An interface for factory objects than can create
Interpreter
instances for a particular script language. |
| ScriptEventWrapper |
Interface for objects that act as a Java wrapper for a javascript
event object.
|
| Class | Description |
|---|---|
| ImportInfo |
This class represents a list of Java classes/packages to import
into a scripting environment.
|
| InterpreterPool |
A class allowing to create/query an
Interpreter corresponding to a particular
Document and scripting language. |
| Exception | Description |
|---|---|
| InterpreterException |
An exception that will be thrown when a problem is encountered in the
script by an
Interpreter interface implementation. |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.