comparison artifacts/src/main/java/org/dive4elements/river/artifacts/services/ThemeListingService.java @ 5868:35b2d86c3fb5

River artifacts: Renamed FLYSService to D4EService.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:26:59 +0200
parents 9a6741ccf6d4
children af13ceeba52a
comparison
equal deleted inserted replaced
5867:59ff03ff48f1 5868:35b2d86c3fb5
30 /** 30 /**
31 * This service provides a list of themes filtered by the theme name. 31 * This service provides a list of themes filtered by the theme name.
32 * 32 *
33 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 33 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
34 */ 34 */
35 public class ThemeListingService extends FLYSService { 35 public class ThemeListingService extends D4EService {
36 36
37 /** The logger used in this service.*/ 37 /** The logger used in this service.*/
38 private static Logger logger = Logger.getLogger(ThemeListingService.class); 38 private static Logger logger = Logger.getLogger(ThemeListingService.class);
39 39
40 private static final String XPATH_THEME_NAME = "/theme/@name"; 40 private static final String XPATH_THEME_NAME = "/theme/@name";

http://dive4elements.wald.intevation.org