org.apache.struts.action
Class ActionFormBean
- Serializable
public class 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.
Version:
- Craig R. McClanahan
ActionFormBean() - Construct an instance with default vaslues.
|
ActionFormBean(String name, String type) - Construct an instance with the specified values.
|
addFormPropertyConfig , findFormPropertyConfig , findFormPropertyConfigs , formBeanClass , freeze , getDynamic , getModuleConfig , getName , getType , removeFormPropertyConfig , setDynamic , setModuleConfig , setName , setType , toString |
ActionFormBean
public ActionFormBean()
Construct an instance with default vaslues.
ActionFormBean
public ActionFormBean(String name,
String type)
Construct an instance with the specified values.
name
- Form bean nametype
- Fully qualified class name
Copyright B) 2000-2005 - Apache Software Foundation