|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--objectivehtml.struts.FormConfigMap
This class holds a map of form configuration objects. The map holds a mapping of the form type with configuration object.
Constructor Summary | |
FormConfigMap()
|
Method Summary | |
void |
addFormConfig(FormConfig objFormConfig)
Adds a new ohtml-form configuration to this map. |
FormConfig |
getFormConfig(java.lang.String sName)
Gets a ohtml-form configuration based on the name specified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FormConfigMap()
Method Detail |
public void addFormConfig(FormConfig objFormConfig)
objFormConfig
- a configuration object to addpublic FormConfig getFormConfig(java.lang.String sName)
sName
- the name of the form
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |