Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 259 → Rev 260

/trunk/src/org/tela_botanica/client/modeles/Configuration.java
24,8 → 24,6
private static String aideBaseUrl ;
private static String referentielGeo ;
private static String systemeProj ;
 
/**
* Constructeur sans argument
50,8 → 48,6
referentielGeo = Dictionary.getDictionary("configuration").get(
"referentielGeo");
systemeProj = Dictionary.getDictionary("configuration").get(
"systemeProj");
}
else
{
106,16 → 102,5
public static String getReferentielGeo() {
return referentielGeo ;
}
/**
* Accesseur pour l'url de base de l'aide
*
* @return une url pointant vers la racine de l'aide
*/
public static String getSystemeProj() {
return systemeProj ;
}
 
}