| Frames | No Frames |
Methods with parameter type org.apache.struts.config.FormBeanConfig | |
| void | Add a new FormBeanConfig instance to the set associated
with this module. |
| void | Remove the specified form bean configuration instance. |
Methods with return type org.apache.struts.config.FormBeanConfig | |
| FormBeanConfig | ModuleConfig.findFormBeanConfig(String name) Return the form bean configuration for the specified key, if any;
otherwise return null. |
| FormBeanConfig[] | Return the form bean configurations for this module. |
Methods with parameter type org.apache.struts.config.FormBeanConfig | |
| boolean | Determine whether instance of ActionForm is
suitable for re-use as an instance of the form described by
config. |
| ActionForm | Create and return an ActionForm instance appropriate
to the information in config. |
Methods with parameter type org.apache.struts.config.FormBeanConfig | |
| void | Add a new FormBeanConfig instance to the set associated
with this module. |
| void | Remove the specified form bean configuration instance. |
Methods with return type org.apache.struts.config.FormBeanConfig | |
| FormBeanConfig | ModuleConfigImpl.findFormBeanConfig(String name) Return the form bean configuration for the specified key, if any;
otherwise return null. |
| FormBeanConfig[] | Return the form bean configurations for this module. |
Classes derived from org.apache.struts.config.FormBeanConfig | |
| class | An ActionFormBean is the definition of a form bean that
is loaded from a <form-bean> element in the Struts
configuration file. |
Constructors with parameter type org.apache.struts.config.FormBeanConfig | |
Construct a new DynaActionFormClass for the specified
form bean configuration. | |
Fields of type org.apache.struts.config.FormBeanConfig | |
| FormBeanConfig | The form bean configuration information for this class. |
Methods with parameter type org.apache.struts.config.FormBeanConfig | |
| DynaActionFormClass | Return the DynaActionFormClass instance for the specified form bean
configuration instance. |
| void | |
| void | Introspect our form bean configuration to identify the supported
properties. |