Esempio n. 1
0
 /**
  * _more_
  *
  * @param dataSource _more_
  */
 public void setDataSource(DataSource dataSource) {
   super.setDataSource(dataSource);
   String tmp = (String) dataSource.getProperty(PROP_CHOOSER_URL);
   if (tmp != null) {
     initialUrlPath = tmp;
   }
 }