comparison src/main/java/de/intevation/lada/rest/exporter/LafExportService.java @ 1043:1b9516c60a5a schema-update

Added json export.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 05 Sep 2016 10:19:23 +0200
parents 5bdd1631a451
children f252a92aae1c
comparison
equal deleted inserted replaced
1042:3a5a9a0492d1 1043:1b9516c60a5a
45 * </code> 45 * </code>
46 * </pre> 46 * </pre>
47 * 47 *
48 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 48 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
49 */ 49 */
50 @Path("data/laf/export") 50 @Path("data/export")
51 @RequestScoped 51 @RequestScoped
52 public class LafExportService { 52 public class LafExportService {
53 53
54 /** 54 /**
55 * The exporter. 55 * The exporter.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)