Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1199 Rev 1208
Line 85... Line 85...
85
		public HasClickHandlers getLienCles();
85
		public HasClickHandlers getLienCles();
Line 86... Line 86...
86
		
86
		
Line 87... Line 87...
87
		public HasClickHandlers getLienEflore();
87
		public HasClickHandlers getLienEflore();
88
	
-
 
89
		public HasWidgets getZoneRss();
-
 
90
		
88
	
Line 91... Line 89...
91
		public HasWidgets getZonePartageUrl();
89
		public HasWidgets getZoneRss();
92
	}
90
	}
Line 100... Line 98...
100
	private CacheClient cache = CacheClient.getInstance();
98
	private CacheClient cache = CacheClient.getInstance();
Line 101... Line 99...
101
 
99
 
102
	public IdentiplanteDeterminationPresenteur(Vue vue, ObservationService observationService) {
100
	public IdentiplanteDeterminationPresenteur(Vue vue, ObservationService observationService) {
103
		this.vue = vue;
101
		this.vue = vue;
104
		this.observationService = observationService;
-
 
105
		PartageUrlPresenteur presenteurPartage = new PartageUrlPresenteur(new PartageUrlVue());
-
 
106
		presenteurPartage.go(vue.getZonePartageUrl());
102
		this.observationService = observationService;
Line 107... Line 103...
107
	}
103
	}
Line 108... Line 104...
108
 
104