See: Description
| Interface | Description |
|---|---|
| ActionIF |
PUBLIC: Interface for server-side actions which update the topic
map or otherwise act on information received from client-side
forms.
|
| ActionParametersIF |
PUBLIC: Contains the parameters of an action.
|
| ActionResponseIF |
PUBLIC: Interface for passing information from an action to the
forward request.
|
| FileValueIF |
PUBLIC: Represents files passed as parameters to forms.
|
| OSLSchemaAwareIF |
INTERNAL: The interface is implemented by actions which use schema
information to perform their tasks.
|
| WebEdRequestIF |
PUBLIC: Represents a request to a web editor framework application.
|
| Exception | Description |
|---|---|
| ActionRuntimeException |
PUBLIC: An exception that is thrown when something goes wrong while
an action is being executed.
|
The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications.