comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 1821:e55f1a851923

Added ARTIFACT key to FLYSContextm, documentation. flys-artifacts/trunk@3150 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 03 Nov 2011 10:19:29 +0000
parents ae198bef4ba0
children 368040e5c400
comparison
equal deleted inserted replaced
1820:d562772a418e 1821:e55f1a851923
12 * 12 *
13 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 13 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
14 */ 14 */
15 public class FLYSContext extends DefaultArtifactContext { 15 public class FLYSContext extends DefaultArtifactContext {
16 16
17 /** The logger used in this class */ 17 /** The logger used in this class. */
18 private static Logger logger = Logger.getLogger(FLYSContext.class); 18 private static Logger logger = Logger.getLogger(FLYSContext.class);
19 19
20 /** The key that is used to store the TransitionEngine in the context */ 20 /** The key that is used to store the StateEngine in the context. */
21 public static final String ARTIFACT_KEY =
22 "artifact";
23
24 /** The key that is used to store the TransitionEngine in the context. */
21 public static final String TRANSITION_ENGINE_KEY = 25 public static final String TRANSITION_ENGINE_KEY =
22 "artifact.transition.engine"; 26 "artifact.transition.engine";
23 27
24 /** The key that is used to store the StateEngine in the context */ 28 /** The key that is used to store the StateEngine in the context. */
25 public static final String STATE_ENGINE_KEY = 29 public static final String STATE_ENGINE_KEY =
26 "artifact.state.engine"; 30 "artifact.state.engine";
27 31
28 /** The key that is used to store the Map of OutGenerator classes in the 32 /** The key that is used to store the Map of OutGenerator classes in the
29 * context.*/ 33 * context. */
30 public static final String OUTGENERATORS_KEY = 34 public static final String OUTGENERATORS_KEY =
31 "flys.export.outgenerators"; 35 "flys.export.outgenerators";
32 36
33 /** The key that is used to store the map of themes in the context.*/ 37 /** The key that is used to store the map of themes in the context. */
34 public static final String THEMES = 38 public static final String THEMES =
35 "flys.themes.map"; 39 "flys.themes.map";
36 40
37 /** The key that is used to store a map of theme mappings in the context.*/ 41 /** The key that is used to store a map of theme mappings in the context. */
38 public static final String THEME_MAPPING = 42 public static final String THEME_MAPPING =
39 "flys.themes.mapping.map"; 43 "flys.themes.mapping.map";
40 44
41 /** The key that is used to store a map of WMS urls for each river.*/ 45 /** The key that is used to store a map of WMS urls for each river. */
42 public static final String RIVER_WMS = 46 public static final String RIVER_WMS =
43 "flys.floodmap.river.wms"; 47 "flys.floodmap.river.wms";
44 48
45 49
46 /** 50 /**

http://dive4elements.wald.intevation.org