|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Class
org.apache.struts.config.DataSourceConfig
Packages that use DataSourceConfig | |
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 |
Uses of DataSourceConfig in org.apache.struts.config |
Methods in org.apache.struts.config that return DataSourceConfig | |
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. |
Methods in org.apache.struts.config with parameters of type DataSourceConfig | |
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. |
Uses of DataSourceConfig in org.apache.struts.config.impl |
Methods in org.apache.struts.config.impl that return DataSourceConfig | |
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. |
Methods in org.apache.struts.config.impl with parameters of type DataSourceConfig | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2000-2005 - The Apache Software Foundation