Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 25 Rev 26
Line 21... Line 21...
21
 
21
 
22
 
22
 
Line -... Line 23...
-
 
23
// TODO : traiter latence (augmenter en fonction rapidité saisie + texte vide)
23
// TODO : traiter latence (augmenter en fonction rapidité saisie + texte vide)
24
// TODO : traitement espace apres l'espece (%20)
24
// TODO : traitement espace apres l'espece (%20)
25
 
25
 
26
import com.google.gwt.http.client.URL;
26
import com.google.gwt.user.client.HTTPRequest;
27
import com.google.gwt.user.client.HTTPRequest;
27
import com.google.gwt.user.client.ResponseTextHandler;
28
import com.google.gwt.user.client.ResponseTextHandler;
Line 105... Line 106...
105
  
106
  
106
  private void doFetchURL(String match) {
107
  private void doFetchURL(String match) {
107
	  /*
108
	  /*
108
	   * Here we fetch the URL and call the handler
109
	   * Here we fetch the URL and call the handler
-
 
110
	   */	  
109
	   */	  
111
	
110
	 
112
 
111
	  String rematch=match.replaceAll(" ","/");
113
	  String rematch=match.replaceAll(" ","/");
Line 112... Line 114...
112
	  rematch=rematch.replaceAll("%","");
114
	  rematch=rematch.replaceAll("%","");
113
	  
115