Package | Description |
---|---|
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 | |
net.ontopia.topicmaps.webed.taglibs | |
net.ontopia.topicmaps.webed.taglibs.form |
The web editor tag library for creating forms and form controls.
|
Modifier and Type | Field and Description |
---|---|
protected ActionData |
ActionError.data |
Modifier and Type | Method and Description |
---|---|
ActionData |
ActionDataSet.getActionData(String fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
ActionDataSet.addActionData(ActionData data) |
Constructor and Description |
---|
ActionError(ActionRuntimeException cause,
ActionData data) |
ActionError(ActionRuntimeException cause,
ActionData data,
String[] values) |
Modifier and Type | Method and Description |
---|---|
static ActionData |
TagUtils.makeActionData(javax.servlet.jsp.PageContext pageContext,
String action_name,
String group_name,
String params)
INTERNAL: Creates an ActionData wrapper for the given action and
parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionInvokingTagIF.addAction(ActionData action)
Accepts the action and adds it to the list of actions to be
invoked together with the primary action.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonTag.addAction(ActionData action) |
void |
CheckboxTag.addAction(ActionData action) |
void |
ActionIDTag.addAction(ActionData action) |
Constructor and Description |
---|
ValidationRule(ActionData data) |