java.lang.Objectorg.apache.struts.config.FormBeanConfig
All Implemented Interfaces:
Serializable
A JavaBean representing the configuration information of a
<form-bean>
element in a Struts
configuration file.
$
- Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $Struts
- 1.1Field Summary | ||
---|---|---|
protected boolean | configured | Has this component been completely configured? |
protected HashMap | formProperties | The set of FormProperty elements defining dynamic form properties for this form bean, keyed by property name. |
protected String | lock | The lockable object we can synchronize on when creating DynaActionFormClass. |
protected transient DynaActionFormClass | dynaActionFormClass | The DynaActionFormClass associated with a DynaActionForm. |
protected boolean | dynamic | Is the form bean class an instance of DynaActionForm with dynamic properties? |
protected String | name | The unique identifier of this form bean, which is used to reference this
bean in ActionMapping instances as well as for the name of
the request or session attribute under which the corresponding form bean
instance is created or accessed. |
protected String | type | The fully qualified Java class name of the implementation class to be used or generated. |
protected boolean | restricted | Is this DynaClass currently restricted (for DynaBeans with a MutableDynaClass). |
Method from org.apache.struts.config.FormBeanConfig Summary: |
---|
addFormPropertyConfig, createActionForm, findFormPropertyConfig, findFormPropertyConfigs, formBeanClass, freeze, getDynaActionFormClass, getDynamic, getName, getType, isRestricted, removeFormPropertyConfig, setDynamic, setName, setRestricted, setType, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.struts.config.FormBeanConfig Detail: |
---|
FormPropertyConfig instance to the set associated
with this module. |
Create and return an |
null . |
|
Class instance for the form bean implementation
configured by this FormBeanConfig instance. This method
uses the same algorithm as RequestUtils.applicationClass()
but is reproduced to avoid a runtime dependence. |
|
Return the DynaActionFormClass associated with a DynaActionForm. |
|
|
|
Indicates whether a MutableDynaClass is currently restricted. If so, no changes to the existing registration of property names, data types, readability, or writeability are allowed. |
|
Deprecated! The - value to be returned by getDynamic()
is now computed automatically in setType() |
|
Set whether a MutableDynaClass is currently restricted. If so, no changes to the existing registration of property names, data types, readability, or writeability are allowed. |
|
|