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 |
Modifier and Type | Class and Description |
---|---|
class |
ActionRegistry
INTERNAL: Default implementation of the ActionRegistryIF interface.
|
Modifier and Type | Field and Description |
---|---|
protected ActionRegistryIF |
ActionConfigurator.registry |
Modifier and Type | Method and Description |
---|---|
static ActionRegistryIF |
TagUtils.getActionRegistry(javax.servlet.jsp.PageContext pageContext)
Gets the action registry object from application scope.
|
static ActionRegistryIF |
TagUtils.getActionRegistry(javax.servlet.ServletRequest request) |
ActionRegistryIF |
ActionConfigContentHandler.getRegistry()
Gets the action registry object.
|
ActionRegistryIF |
ActionConfigurator.getRegistry() |
Modifier and Type | Method and Description |
---|---|
static ActionInGroup |
ActionUtils.getAction(ActionRegistryIF registry,
String group_name,
String action_name)
Gets the action object specified by the action group and the name
of the action.
|