comparison flys-client/src/main/java/de/intevation/flys/client/client/services/ChartInfoService.java @ 1425:bc06a671ef60

Removed the URL parameter from service calls. The service implementations read the URL from the web.xml config file now. flys-client/trunk@3367 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 08 Dec 2011 09:12:27 +0000
parents 6050d49eaba3
children
comparison
equal deleted inserted replaced
1424:8974e220b193 1425:bc06a671ef60
15 @RemoteServiceRelativePath("chart-info") 15 @RemoteServiceRelativePath("chart-info")
16 public interface ChartInfoService extends RemoteService { 16 public interface ChartInfoService extends RemoteService {
17 17
18 ChartInfo getChartInfo( 18 ChartInfo getChartInfo(
19 Collection collection, 19 Collection collection,
20 String url,
21 String locale, 20 String locale,
22 String type, 21 String type,
23 Map<String, String> attr) 22 Map<String, String> attr)
24 throws ServerException; 23 throws ServerException;
25 } 24 }

http://dive4elements.wald.intevation.org