Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1339 Rev 1354
Line 318... Line 318...
318
		Set<String> proprietes = urls.getProperties().keySet();
318
		Set<String> proprietes = urls.getProperties().keySet();
319
		for (Iterator<String> it = proprietes.iterator(); it.hasNext();) {
319
		for (Iterator<String> it = proprietes.iterator(); it.hasNext();) {
320
			String cle = it.next();
320
			String cle = it.next();
321
			urlsDenormalise += cle+"##"+urls.get(cle)+";;";
321
			urlsDenormalise += cle+"##"+urls.get(cle)+";;";
322
		}
322
		}
323
		urlsDenormalise.replaceFirst(";;$", "");
323
		urlsDenormalise = urlsDenormalise.replaceFirst(";;$", "");
324
		return urlsDenormalise;
324
		return urlsDenormalise;
325
	}
325
	}
326
	public void setUrl(String urlsDenormalise) {
326
	public void setUrl(String urlsDenormalise) {
327
		if (urlsDenormalise != null && !urlsDenormalise.equals("")) {
327
		if (urlsDenormalise != null && !urlsDenormalise.equals("")) {
328
			//GWT.log(urlsDenormalise, null);
328
			//GWT.log(urlsDenormalise, null);