Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 491 → Rev 500

/trunk/src/org/tela_botanica/del/client/utils/UtilitairesAutoCompletionService.java
1,4 → 1,4
package org.tela_botanica.del.client.services;
package org.tela_botanica.del.client.utils;
 
import com.google.gwt.http.client.Response;
import com.google.gwt.json.client.JSONArray;
9,9 → 9,9
// Attention à n'utiliser que si eflore est installé
public static String urlServiceCompletionNomEflore = "http://localhost/service:eflore:0.1/bdtfx/noms";
public static String urlServiceCompletionNomLocale = "./jrest/NomsTaxons/";
public static String urlServiceCompletionNomLocale = "/del/jrest/NomsTaxons/";
public static String urlServiceCompletionCommunes = "./jrest/Communes/";
public static String urlServiceCompletionCommunes = "/del/jrest/Communes/";
public static String effectuerPreTraitementChaineRequeteGenreEspeceSlash(String requete) {
String chaineTraitee = requete;