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. |
org.apache.struts.config.impl |
Modifier and Type | Method and Description |
---|---|
DataSourceConfig |
ModuleConfig.findDataSourceConfig(java.lang.String key)
Return the data source configuration for the specified key, if any;
otherwise return
null . |
DataSourceConfig[] |
ModuleConfig.findDataSourceConfigs()
Return the data source configurations for this module.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfig.addDataSourceConfig(DataSourceConfig config)
Add a new
DataSourceConfig instance to the set associated
with this module. |
void |
ModuleConfig.removeDataSourceConfig(DataSourceConfig config)
Remove the specified data source configuration instance.
|
Modifier and Type | Method and Description |
---|---|
DataSourceConfig |
ModuleConfigImpl.findDataSourceConfig(java.lang.String key)
Return the data source configuration for the specified key, if any;
otherwise return
null . |
DataSourceConfig[] |
ModuleConfigImpl.findDataSourceConfigs()
Return the data source configurations for this module.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfigImpl.addDataSourceConfig(DataSourceConfig config)
Add a new
DataSourceConfig instance to the set associated
with this module. |
void |
ModuleConfigImpl.removeDataSourceConfig(DataSourceConfig config)
Remove the specified data source configuration instance.
|
Copyright ? 2000-2014 - The Apache Software Foundation