23,6 → 23,8 |
|
private static String aideBaseUrl ; |
|
private static String emailContact; |
|
private static String referentielGeo ; |
|
private static String cleGoogleMaps ; |
44,6 → 46,9 |
serviceBaseUrl = Dictionary.getDictionary("configuration").get( |
"serviceBaseUrl"); |
|
emailContact = Dictionary.getDictionary("configuration").get( |
"emailContact"); |
|
suiviBugUrl = Dictionary.getDictionary("configuration").get( |
"suiviBugUrl"); |
|
106,6 → 111,15 |
} |
|
/** |
* Accesseur pour l'email de contact du carnet en ligne |
* |
* @return une chaine contenant l'email de contact |
*/ |
public static String getEmailContact() { |
return emailContact; |
} |
|
/** |
* Accesseur pour le référentiel geo |
* |
* @return le référentiel geo |
137,5 → 151,4 |
return refTaxVersion; |
|
} |
|
} |