comparison flys-client/src/main/java/de/intevation/flys/client/client/services/LoadArtifactServiceAsync.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 0d3bbe4240b1
children
comparison
equal deleted inserted replaced
1424:8974e220b193 1425:bc06a671ef60
14 14
15 public void load( 15 public void load(
16 Collection parent, 16 Collection parent,
17 Recommendation recom, 17 Recommendation recom,
18 String factory, 18 String factory,
19 String url,
20 String locale, 19 String locale,
21 AsyncCallback<Artifact> callback); 20 AsyncCallback<Artifact> callback);
22 21
23 public void loadMany( 22 public void loadMany(
24 Collection parent, 23 Collection parent,

http://dive4elements.wald.intevation.org