comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 345:88a669785863

Initialized the facet2theme mappings configured in themes.xml and added a function to the ThemeFactory that retrieves a theme from FLYSContext based on its name. flys-artifacts/trunk@1747 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 26 Apr 2011 13:17:08 +0000
parents eca7892bf8ff
children ae198bef4ba0
comparison
equal deleted inserted replaced
344:79401797f4e1 345:88a669785863
32 32
33 /** The key that is used to store the map of themes in the context.*/ 33 /** The key that is used to store the map of themes in the context.*/
34 public static final String THEMES = 34 public static final String THEMES =
35 "flys.themes.map"; 35 "flys.themes.map";
36 36
37 /** The key that is used to store a map of theme mappings in the context.*/
38 public static final String THEME_MAPPING =
39 "flys.themes.mapping.map";
40
37 41
38 /** 42 /**
39 * The default constructor. 43 * The default constructor.
40 */ 44 */
41 public FLYSContext() { 45 public FLYSContext() {

http://dive4elements.wald.intevation.org