view gwt-client/src/main/java/org/dive4elements/river/client/client/services/ServerInfoService.java @ 8313:e3a63d9c5bb1

Updated the client to build a default artifact for sq relations. * Removed code for special sq relation artifact * Updated MeasurementListGrid in info panel to create a new project * Updated i18n
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 24 Sep 2014 12:02:05 +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