Subversion Repositories eFlore/Applications.del

Rev

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

Rev 500 Rev 553
Line 5... Line 5...
5
import com.google.gwt.json.client.JSONParser;
5
import com.google.gwt.json.client.JSONParser;
6
import com.google.gwt.json.client.JSONValue;
6
import com.google.gwt.json.client.JSONValue;
Line 7... Line 7...
7
 
7
 
Line 8... Line -...
8
public class UtilitairesAutoCompletionService {
-
 
9
	
-
 
10
	// Attention à n'utiliser que si eflore est installé
-
 
11
	public static String urlServiceCompletionNomEflore = "http://localhost/service:eflore:0.1/bdtfx/noms";	
-
 
12
	public static String urlServiceCompletionNomLocale = "/del/jrest/NomsTaxons/";	
-
 
13
	
-
 
14
	public static String urlServiceCompletionCommunes = "/del/jrest/Communes/";
8
public class UtilitairesAutoCompletionService {
15
	
9
	
16
	public static String effectuerPreTraitementChaineRequeteGenreEspeceSlash(String requete) {
10
	public static String effectuerPreTraitementChaineRequeteGenreEspeceSlash(String requete) {
Line 17... Line 11...
17
		String chaineTraitee = requete;
11
		String chaineTraitee = requete;