comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 341:eca7892bf8ff

Added a first small theme configuration and code to read it. flys-artifacts/trunk@1740 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 21 Apr 2011 08:47:39 +0000
parents 53c155bfde07
children 88a669785863
comparison
equal deleted inserted replaced
340:b36fd8f21e6a 341:eca7892bf8ff
28 /** The key that is used to store the Map of OutGenerator classes in the 28 /** The key that is used to store the Map of OutGenerator classes in the
29 * context.*/ 29 * context.*/
30 public static final String OUTGENERATORS_KEY = 30 public static final String OUTGENERATORS_KEY =
31 "flys.export.outgenerators"; 31 "flys.export.outgenerators";
32 32
33 /** The key that is used to store the map of themes in the context.*/
34 public static final String THEMES =
35 "flys.themes.map";
36
33 37
34 /** 38 /**
35 * The default constructor. 39 * The default constructor.
36 */ 40 */
37 public FLYSContext() { 41 public FLYSContext() {

http://dive4elements.wald.intevation.org