See: Description
Interface | Description |
---|---|
ActionContextIF |
INTERNAL: Stores parameters (key-value pairs: where key is the name
of the parameter and value is a String objects)
|
ActionForwardPageIF |
INTERNAL: Interface for the description of a forward page assigned
to an action.
|
ActionGroupIF |
INTERNAL: The interface is implemented by objects representing
action groups that handle and provide access to a collection of
actions.
|
ActionRegistryIF |
INTERNAL: Interface for storing the application main registry
providing access to individual action groups.
|
ConfigurationObservableIF |
INTERNAL: Classes implementing this interface may want to inform
the subscribed observers that a specific configuration event has
happend (like for example a new configuration element was
found).
|
ConfigurationObserverIF |
INTERNAL: A class implementing this interface most likely wants to
react on the observed event.
|
FieldInformationIF |
INTERNAL: Container for storing information about an input field used for
displaying an form as part of the user interface.
|
ImageInformationIF |
INTERNAL: Container for storing information about an image used to
display a graphical button.
|
ParamRuleIF |
INTERNAL: A class implementing this interface specifies a
transformation rule to modify the forward URL.
|
Class | Description |
---|---|
ActionContext |
INTERNAL: Implementation of the ActionContextIF interface.
|
ActionDataSet |
INTERNAL: Container for all the ActionData carriers produced for
one HTML form.
|
ActionError | |
ActionForwardPage |
INTERNAL: Default implementation of the interface ActionForwardPageIF
|
ActionGroup |
INTERNAL: Basic implementation of ActionGroupIF interface, for
storing a set of action objects belonging to a common group.
|
ActionInGroup |
INTERNAL: Represents an action given a name inside an action group.
|
ActionParameters |
INTERNAL: Default implementation of ActionParametersIF.
|
ActionRegistry |
INTERNAL: Default implementation of the ActionRegistryIF interface.
|
ActionResponse |
INTERNAL: Default implementation of an action response.
|
Constants |
INTERNAL: General (non-action specific) Constants which are used
through the complete Web Editor Framework.
|
FieldInformation |
INTERNAL: Default implementation of the FieldInformationIF
interface.
|
IdentityParamRule |
INTERNAL: Implementation of ParamRuleIF for returning the next
action template name.
|
ImageInformation |
INTERNAL: Default implementation of the ImageInformationIF
interface.
|
WebEdRequest |
INTERNAL: Default implementation of WebEdRequestIF.
|
Exception | Description |
---|---|
ActionValidationException |
INTERNAL: Thrown by when there is a validation problem relating to an action.
|
NoActionDataFoundException |
INTERNAL: Thrown by when no action data is found for the given request id.
|
UnavailableSessionException |
INTERNAL: Thrown by ProcessServlet to indicate that the necessary
session is not present.
|
The basic implementation of the core interfaces belonging to Ontopia's web editor framework, except the classes related to the to the implementation of actions (which are in their own package structure).