Frames | No Frames |
Methods with parameter type org.apache.struts.config.DataSourceConfig | |
void | Add a new DataSourceConfig instance to the set associated
with this module. |
void | Remove the specified data source configuration instance. |
Methods with return type org.apache.struts.config.DataSourceConfig | |
DataSourceConfig | ModuleConfig.findDataSourceConfig(String key) Return the data source configuration for the specified key, if any;
otherwise return null . |
DataSourceConfig[] | Return the data source configurations for this module. |
Methods with parameter type org.apache.struts.config.DataSourceConfig | |
void | Add a new DataSourceConfig instance to the set associated
with this module. |
void | Remove the specified data source configuration instance. |
Methods with return type org.apache.struts.config.DataSourceConfig | |
DataSourceConfig | ModuleConfigImpl.findDataSourceConfig(String key) Return the data source configuration for the specified key, if any;
otherwise return null . |
DataSourceConfig[] | Return the data source configurations for this module. |