|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionRegistryIF | |
---|---|
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 |
Uses of ActionRegistryIF in net.ontopia.topicmaps.webed.impl.basic |
---|
Classes in net.ontopia.topicmaps.webed.impl.basic that implement ActionRegistryIF | |
---|---|
class |
ActionRegistry
INTERNAL: Default implementation of the ActionRegistryIF interface. |
Uses of ActionRegistryIF in net.ontopia.topicmaps.webed.impl.utils |
---|
Fields in net.ontopia.topicmaps.webed.impl.utils declared as ActionRegistryIF | |
---|---|
protected ActionRegistryIF |
ActionConfigurator.registry
|
Methods in net.ontopia.topicmaps.webed.impl.utils that return ActionRegistryIF | |
---|---|
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 |
ActionConfigurator.getRegistry()
|
ActionRegistryIF |
ActionConfigContentHandler.getRegistry()
Gets the action registry object. |
Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type ActionRegistryIF | |
---|---|
static ActionInGroup |
ActionUtils.getAction(ActionRegistryIF registry,
java.lang.String group_name,
java.lang.String action_name)
Gets the action object specified by the action group and the name of the action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |