| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.struts.action.ActionFormBeans
ModuleConfig
Encapsulate a collection of ActionFormBean objects that can be administered and searched, while hiding the internal implementation.
| Field Summary | |
| protected  org.apache.commons.collections.FastHashMap | formBeansDeprecated. The collection of ActionFormBean instances, keyed by name. | 
| Constructor Summary | |
| ActionFormBeans()Deprecated. | |
| Method Summary | |
|  void | addFormBean(ActionFormBean formBean)Deprecated. Register a form bean to the set configured for this servlet. | 
|  ActionFormBean | findFormBean(java.lang.String name)Deprecated. Return the formBean associated with the specified logical name, if any; otherwise return null. | 
|  java.lang.String[] | findFormBeans()Deprecated. Return the set of names for form beans defined in this collection. | 
|  boolean | getFast()Deprecated. Return the "fast" mode flag. | 
|  void | removeFormBean(ActionFormBean formBean)Deprecated. Deregister a formBean from the set configured for this servlet. | 
|  void | setFast(boolean fast)Deprecated. Set the "fast" mode flag. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected org.apache.commons.collections.FastHashMap formBeans
| Constructor Detail | 
public ActionFormBeans()
| Method Detail | 
public boolean getFast()
public void setFast(boolean fast)
fast - The new fast mode flagpublic void addFormBean(ActionFormBean formBean)
formBean - The formBean to be addedpublic ActionFormBean findFormBean(java.lang.String name)
null.
name - Logical name of the desired form beanpublic java.lang.String[] findFormBeans()
public void removeFormBean(ActionFormBean formBean)
formBean - The formBean to be deregistered| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||