Uses of Class
org.apache.struts.config.FormPropertyConfig
Package
Description
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file.-
Uses of FormPropertyConfig in org.apache.struts.config
Modifier and TypeFieldDescriptionprotected HashMap
<String, FormPropertyConfig> FormBeanConfig.formProperties
The set of FormProperty elements defining dynamic form properties for this form bean, keyed by property name.Modifier and TypeMethodDescriptionFormBeanConfig.findFormPropertyConfig
(String name) Return the form property configuration for the specified property name, if any; otherwise returnnull
.FormBeanConfig.findFormPropertyConfigs()
Return the form property configurations for this module.Modifier and TypeMethodDescriptionvoid
FormBeanConfig.addFormPropertyConfig
(FormPropertyConfig config) Add a newFormPropertyConfig
instance to the set associated with this module.void
FormPropertyConfig.inheritFrom
(FormPropertyConfig config) Inherit values that have not been overridden from the provided config object.void
FormBeanConfig.removeFormPropertyConfig
(FormPropertyConfig config) Remove the specified form property configuration instance.