| Interface | Description |
|---|---|
| Script |
Abstraction of a Script.
|
| ScriptFactory |
Factory class for
Script objects. |
| Class | Description |
|---|---|
| AbstractScript |
Abstract implementation of the Script interface.
|
| ConstantScript |
Script implementation that evaluates to a String constant.
|
| ScriptConverterForObjects |
Converter can recognize and resolve script expressions in String values,
forwarding values of other Java type 'as is'. |
| ScriptConverterForStrings |
Converter can recognize and resolve script expressions in strings. |
| ScriptDescriptor |
Describes a script.
|
| ScriptedDocumentWriter<E> |
A DocumentWriter that uses
Scripts for rendering head, body parts and footer. |
| ScriptUtil |
Utility class for scripting.
|
| ScriptVariable |
Name-value-pair that represents a variable in a Script.
|
| Enum | Description |
|---|---|
| ScriptLevel |
Describes if a text is a script text or plain text.
|
| Exception | Description |
|---|---|
| ScriptException |
Indicates the failure of a
Script execution. |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.