Package | Description |
---|---|
org.apache.struts.config |
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file. |
Modifier and Type | Method and Description |
---|---|
FormPropertyConfig |
FormBeanConfig.findFormPropertyConfig(String name)
Return the form property configuration for the specified property name,
if any; otherwise return
null . |
FormPropertyConfig[] |
FormBeanConfig.findFormPropertyConfigs()
Return the form property configurations for this module.
|
Modifier and Type | Method and Description |
---|---|
void |
FormBeanConfig.addFormPropertyConfig(FormPropertyConfig config)
Add a new
FormPropertyConfig 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.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.