|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.webed.impl.basic.ActionRegistry
public class ActionRegistry
INTERNAL: Default implementation of the ActionRegistryIF interface. An object of this class is used in the web application to store the main configuration in the application scope.
Field Summary | |
---|---|
protected java.util.Map |
actionGroups
|
protected java.util.Map |
fields
|
protected java.util.Map |
images
|
Constructor Summary | |
---|---|
ActionRegistry()
|
Method Summary | |
---|---|
void |
addActionGroup(ActionGroupIF actionGroup)
INTERNAL: Adds a principal action group to this registry. |
void |
addField(FieldInformationIF field)
INTERNAL: Adds a field to the registry of known field information map. |
void |
addImage(ImageInformationIF image)
INTERNAL: Adds a image to the registry of known image information map. |
ActionGroupIF |
getActionGroup(java.lang.String groupName)
INTERNAL: Gets the principal action group specified by the action group name. |
FieldInformationIF |
getField(java.lang.String fieldName)
INTERNAL: Gets the field information object belonging to the given field name. |
ImageInformationIF |
getImage(java.lang.String imageName)
INTERNAL: Gets the image information object belonging to the given image name. |
boolean |
hasImage(java.lang.String imageName)
INTERNAL: Checks to see if the receiver has an image information object registered with the given name. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.Map actionGroups
protected java.util.Map images
protected java.util.Map fields
Constructor Detail |
---|
public ActionRegistry()
Method Detail |
---|
public void addActionGroup(ActionGroupIF actionGroup)
ActionRegistryIF
addActionGroup
in interface ActionRegistryIF
public ActionGroupIF getActionGroup(java.lang.String groupName)
ActionRegistryIF
getActionGroup
in interface ActionRegistryIF
public void addImage(ImageInformationIF image)
ActionRegistryIF
addImage
in interface ActionRegistryIF
public ImageInformationIF getImage(java.lang.String imageName)
ActionRegistryIF
getImage
in interface ActionRegistryIF
public void addField(FieldInformationIF field)
ActionRegistryIF
addField
in interface ActionRegistryIF
public FieldInformationIF getField(java.lang.String fieldName)
ActionRegistryIF
getField
in interface ActionRegistryIF
public boolean hasImage(java.lang.String imageName)
ActionRegistryIF
hasImage
in interface ActionRegistryIF
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |