| Interface | Description |
|---|---|
| DisposeListener |
Defines what a DisposeListener must implement.
|
| ExtensionBean |
Top the the chain for bean objects to be put into the scripting enviornment.
|
| GlobalFunction |
Provide an interface to allow script extensions to add a global function into
the scripting environment.
|
| ScriptContextDAO |
This Data Access Object defines methods that ScriptExtension classes can use
to add or get at context in the scripting environment.
|
| ScriptEvaluator |
This class defines the interface for expression and script evaluation and
compilation.
|
| ScriptEvaluatorInterface | Deprecated
This class is part of FESI script framework and will no longer be
supported or updated as of ITIM 5.0.
|
| ScriptExtension |
ScriptExtensions are the main method to add new functionality, new scripting
objects and methods, into the scripting environment.
|
| ScriptHostComponent |
This interface acts as a marker.
|
| ScriptInterface |
This is the top-level interface of all ScriptInterfaces.
|
| Class | Description |
|---|---|
| ContextItem |
Wrapper class that holds all the information about an object that is needed
to load the object into a scripting framework.
|
| ScriptEvaluationError |
The purpose of this class is to communicate to the client the nature of the
script evaluaiton error.
|
| ScriptEvaluatorFactory | |
| ScriptLanguageMUX |
Class to allow easy multiplexing of script languages based on the
scriptframework.properties file.
|
| ScriptProfilingEvent |
Central class that provides profiling for the script framework.
|
| ScriptUtils |
Small set of static utilities used throughout script framework.
|
| Exception | Description |
|---|---|
| ScriptCompilationException | |
| ScriptEvaluationException | |
| ScriptEvaluationRetryException |
Represents an exception thrown from the script interpreter due to Directory
Server communication error.
|
| ScriptEvaluatorException | Deprecated
This class is part of the FESI script framework and will no
longer be supported or updated as of ITIM 5.0.
|
| ScriptException |
Represents an exception thrown from a script interpreter.
|
| ScriptInitializationException |
Contains the basic script extensions provided by ITIM.