Package | Description |
---|---|
net.ontopia.topicmaps.webed.core |
The core interfaces of the Web Editor Framework; the main
interfaces used to build Web Editor applications.
|
net.ontopia.topicmaps.webed.impl.actions |
The implementation of the action interfaces belonging to
Ontopia's web editor framework.
|
net.ontopia.topicmaps.webed.impl.basic |
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).
|
net.ontopia.topicmaps.webed.impl.utils |
Modifier and Type | Method and Description |
---|---|
void |
ActionIF.perform(ActionParametersIF params,
ActionResponseIF response)
PUBLIC: Performs the action using the values provided by the
params parameter. |
Modifier and Type | Method and Description |
---|---|
void |
SetForwardAction.perform(ActionParametersIF params,
ActionResponseIF response) |
Modifier and Type | Class and Description |
---|---|
class |
ActionValidationException
INTERNAL: Thrown by when there is a validation problem relating to an action.
|
Modifier and Type | Field and Description |
---|---|
protected ActionRuntimeException |
ActionError.exception |
Modifier and Type | Method and Description |
---|---|
ActionRuntimeException |
ActionError.getException() |
Constructor and Description |
---|
ActionError(ActionRuntimeException cause,
ActionData data) |
ActionError(ActionRuntimeException cause,
ActionData data,
String[] values) |
Modifier and Type | Method and Description |
---|---|
static ActionSignature |
ActionSignature.getSignature(String sign) |
void |
ActionSignature.validateArguments(ActionParametersIF params,
ActionIF action) |