Uses of Class
org.apache.struts.config.FormPropertyConfig
Packages that use 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
Fields in org.apache.struts.config with type parameters of type FormPropertyConfigModifier and TypeFieldDescriptionprotected HashMap
<String, FormPropertyConfig> FormBeanConfig.formProperties
The set of FormProperty elements defining dynamic form properties for this form bean, keyed by property name.Methods in org.apache.struts.config that return FormPropertyConfigModifier 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.Methods in org.apache.struts.config with parameters of type FormPropertyConfigModifier 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.