comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 295:53c155bfde07

Added code to parse the configured OutGenerators in the global configuration and to save a map of such in the FLYSContext. flys-artifacts/trunk@1633 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 31 Mar 2011 10:56:08 +0000
parents a228b39494a9
children eca7892bf8ff
comparison
equal deleted inserted replaced
294:e5e7af208857 295:53c155bfde07
23 23
24 /** The key that is used to store the StateEngine in the context */ 24 /** The key that is used to store the StateEngine in the context */
25 public static final String STATE_ENGINE_KEY = 25 public static final String STATE_ENGINE_KEY =
26 "artifact.state.engine"; 26 "artifact.state.engine";
27 27
28 /** The key that is used to store the Map of OutGenerator classes in the
29 * context.*/
30 public static final String OUTGENERATORS_KEY =
31 "flys.export.outgenerators";
32
28 33
29 /** 34 /**
30 * The default constructor. 35 * The default constructor.
31 */ 36 */
32 public FLYSContext() { 37 public FLYSContext() {

http://dive4elements.wald.intevation.org