public class ActionFormBean extends FormBeanConfig
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.
Since Struts 1.1 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.
dynaActionFormClass, dynamic, extensionProcessed, formProperties, inherit, lock, name, restricted, type
configured
Constructor and Description |
---|
ActionFormBean()
Construct an instance with default vaslues.
|
ActionFormBean(String name,
String type)
Construct an instance with the specified values.
|
addFormPropertyConfig, canReuse, checkCircularInheritance, createActionForm, createActionForm, findFormPropertyConfig, findFormPropertyConfigs, formBeanClass, freeze, getDynaActionFormClass, getDynamic, getExtends, getName, getType, inheritFormProperties, inheritFrom, isExtensionProcessed, isRestricted, processExtends, removeFormPropertyConfig, setExtends, setName, setRestricted, setType, toString
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.