|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--objectivehtml.struts.ActionMap
This class holds a map of all the action directives objects.
| Constructor Summary | |
ActionMap()
|
|
| Method Summary | |
void |
addAction(Action objAction)
Adds a new ohtml-action directives to this map. |
Action |
getAction(java.lang.String sPath)
Gets a ohtml-action directives based on the path specified. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActionMap()
| Method Detail |
public void addAction(Action objAction)
objAction - a configuration object to addpublic Action getAction(java.lang.String sPath)
sPath - the path of the action
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||