view gwt-client/src/main/java/org/dive4elements/river/client/client/services/ServerInfoService.java @ 7162:4683bdf77ff9

Handle flow velocity measurements in the FlowVelocity processor
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 26 Sep 2013 10:38:21 +0200
parents b0b0ba6e7bb0
children a805211690f7
line wrap: on
line source
package org.dive4elements.river.client.client.services;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;

import java.util.Map;

/**
 * Service that provides server configuration values relevant to the client.
 *
 * @author <a href="mailto:christian.lins@intevation.de">Christian Lins</a>
 *
 */
@RemoteServiceRelativePath("server-info")
public interface ServerInfoService extends RemoteService {

    Map<String, String> getConfig(String locale);
}

http://dive4elements.wald.intevation.org