Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 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 | b36fd8f21e6a |
children | f72c63713099 |
comparison
equal
deleted
inserted
replaced
340:b36fd8f21e6a | 341:eca7892bf8ff |
---|---|
1 2011-04-21 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/themes.xml: New. A first small theme configuration. | |
4 | |
5 * doc/conf/conf.xml: Added a link to the theme configuration. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java: | |
8 Defined a key that is used to store a themes map in the FLYSContext. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: | |
11 The theme configuration is read at startup and the themes are stores in | |
12 the FLYSContext. | |
13 | |
1 2011-04-21 Ingo Weinzierl <ingo@intevation.de> | 14 2011-04-21 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/themes/Theme.java, | 16 * src/main/java/de/intevation/flys/themes/Theme.java, |
4 src/main/java/de/intevation/flys/themes/DefaultTheme.java: | 17 src/main/java/de/intevation/flys/themes/DefaultTheme.java: |
5 New. The interface and its default implementation that represents themes | 18 New. The interface and its default implementation that represents themes |