|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 Map |
actionGroups
|
protected Map |
fields
|
protected 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(String groupName)
INTERNAL: Gets the principal action group specified by the action group name. |
FieldInformationIF |
getField(String fieldName)
INTERNAL: Gets the field information object belonging to the given field name. |
ImageInformationIF |
getImage(String imageName)
INTERNAL: Gets the image information object belonging to the given image name. |
boolean |
hasImage(String imageName)
INTERNAL: Checks to see if the receiver has an image information object registered with the given name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Map actionGroups
protected Map images
protected Map fields
| Constructor Detail |
|---|
public ActionRegistry()
| Method Detail |
|---|
public void addActionGroup(ActionGroupIF actionGroup)
ActionRegistryIF
addActionGroup in interface ActionRegistryIFpublic ActionGroupIF getActionGroup(String groupName)
ActionRegistryIF
getActionGroup in interface ActionRegistryIFpublic void addImage(ImageInformationIF image)
ActionRegistryIF
addImage in interface ActionRegistryIFpublic ImageInformationIF getImage(String imageName)
ActionRegistryIF
getImage in interface ActionRegistryIFpublic void addField(FieldInformationIF field)
ActionRegistryIF
addField in interface ActionRegistryIFpublic FieldInformationIF getField(String fieldName)
ActionRegistryIF
getField in interface ActionRegistryIFpublic boolean hasImage(String imageName)
ActionRegistryIF
hasImage in interface ActionRegistryIFpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||