| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--org.apache.struts.config.FormBeanConfig
        |
        +--org.apache.struts.action.ActionFormBean
An ActionFormBean is the definition of a form bean that
 is loaded from a <form-bean> element in the Struts
 configuration file.  It can be subclassed as necessary to add additional
 properties.
ActionFormBean extends FormBeanConfig.
 NOTE - This class would have been deprecated and
 replaced by org.apache.struts.config.FormBeanConfig except
 for the fact that it is part of the public API that existing applications
 are using.
| Field Summary | 
| Fields inherited from class org.apache.struts.config.FormBeanConfig | 
configured, dynamic, formProperties, moduleConfig, name, type | 
| Constructor Summary | |
ActionFormBean()
Construct an instance with default vaslues.  | 
|
ActionFormBean(java.lang.String name,
               java.lang.String type)
Construct an instance with the specified values.  | 
|
| Methods inherited from class org.apache.struts.config.FormBeanConfig | 
addFormPropertyConfig, findFormPropertyConfig, findFormPropertyConfigs, formBeanClass, freeze, getDynamic, getModuleConfig, getName, getType, removeFormPropertyConfig, setDynamic, setModuleConfig, setName, setType, toString | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public ActionFormBean()
public ActionFormBean(java.lang.String name,
                      java.lang.String type)
name - Form bean nametype - Fully qualified class name
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||