Subversion Repositories eFlore/Applications.cel

Rev

Rev 260 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 260 Rev 271
Line 22... Line 22...
22
	private static String suiviBugUrl ;
22
	private static String suiviBugUrl ;
Line 23... Line 23...
23
	
23
	
Line 24... Line 24...
24
	private static String aideBaseUrl ;
24
	private static String aideBaseUrl ;
-
 
25
	
-
 
26
	private static String referentielGeo ;
Line 25... Line 27...
25
	
27
	
26
	private static String referentielGeo ;
28
	private static String cleGoogleMaps ;
27
 
29
 
28
	/**
30
	/**
Line 46... Line 48...
46
			"aideBaseUrl");
48
			"aideBaseUrl");
Line 47... Line 49...
47
			
49
			
48
			referentielGeo = Dictionary.getDictionary("configuration").get(
50
			referentielGeo = Dictionary.getDictionary("configuration").get(
Line -... Line 51...
-
 
51
			"referentielGeo");
-
 
52
			
-
 
53
			cleGoogleMaps = Dictionary.getDictionary("configuration").get(
49
			"referentielGeo");
54
			"referentielGeo");
50
			
55
			
51
		}
56
		}
52
		else
57
		else
53
		{
58
		{
Line 93... Line 98...
93
	public static String getAideBaseUrl() {
98
	public static String getAideBaseUrl() {
94
		return aideBaseUrl ;
99
		return aideBaseUrl ;
95
	}
100
	}
Line 96... Line 101...
96
	
101
	
97
	/**
102
	/**
98
	 * Accesseur pour l'url de base de l'aide
103
	 * Accesseur pour le référentiel geo
99
	 * 
104
	 * 
100
	 * @return une url pointant vers la racine de l'aide
105
	 * @return le référentiel geo
101
	 */
106
	 */
102
	public static String getReferentielGeo() {
107
	public static String getReferentielGeo() {
103
		return referentielGeo ;
108
		return referentielGeo ;
-
 
109
	}
-
 
110
	
-
 
111
	/**
-
 
112
	 * Accesseur pour la clé google maps
-
 
113
	 * 
-
 
114
	 * @return la clé google maps
-
 
115
	 */
-
 
116
	public static String getCleGoogleMaps() {
-
 
117
		return cleGoogleMaps ;
Line 104... Line 118...
104
	}
118
	}