comparison artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContext.java @ 7227:744df5a03337

Use diagram configuration and there processors to define compatible facets in loaded data.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 02 Oct 2013 19:24:43 +0200
parents 8ab618dda850
children e4606eae8ea5
comparison
equal deleted inserted replaced
7226:8ab618dda850 7227:744df5a03337
43 43
44 /** The key that is used to store the Map of OutGenerator classes in the 44 /** The key that is used to store the Map of OutGenerator classes in the
45 * context. */ 45 * context. */
46 public static final String OUTGENERATORS_KEY = 46 public static final String OUTGENERATORS_KEY =
47 "flys.export.outgenerators"; 47 "flys.export.outgenerators";
48
49 public static final String FACETFILTER_KEY =
50 "flys.export.facetfilter";
48 51
49 /** The key that is used to store the map of themes in the context. */ 52 /** The key that is used to store the map of themes in the context. */
50 public static final String THEMES = 53 public static final String THEMES =
51 "flys.themes.map"; 54 "flys.themes.map";
52 55

http://dive4elements.wald.intevation.org