Subversion Repositories eFlore/Applications.del

Rev

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

Rev 465 Rev 491
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
public class UtilitairesAutoCompletionService {
8
public class UtilitairesAutoCompletionService {
9
	
9
	
10
	// Attention à n'utiliser que si eflore est installé
10
	// Attention à n'utiliser que si eflore est installé
Line 11... Line 11...
11
	public static String urlServiceCompletionNomEflore = "http://localhost/service:eflore:0.1/bdtfx/noms";	
11
	public static String urlServiceCompletionNomEflore = "http://localhost/service:eflore:0.1/bdtfx/noms";	
Line 12... Line 12...
12
	public static String urlServiceCompletionNomLocale = "/del/jrest/NomsTaxons/";	
12
	public static String urlServiceCompletionNomLocale = "./jrest/NomsTaxons/";	
13
	
13
	
14
	public static String urlServiceCompletionCommunes = "/del/jrest/Communes/";
14
	public static String urlServiceCompletionCommunes = "./jrest/Communes/";