Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1496 Rev 1860
Line 34... Line 34...
34
			// TODO: handle exception
34
			// TODO: handle exception
35
		}
35
		}
36
	}
36
	}
Line 37... Line 37...
37
	
37
	
38
	private String assemblerChaineRequete(String idImage) {
38
	private String assemblerChaineRequete(String idImage) {
39
		String chaineRequete = "?masque.image="+idImage;
39
		String chaineRequete = "?image="+idImage;
40
		return chaineRequete;
40
		return chaineRequete;
Line 41... Line 41...
41
	}
41
	}
42
 
42