Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 346:16161de47662
The Attributes of a collection are written into its DESCRIBE now.
flys-artifacts/trunk@1748 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 26 Apr 2011 13:29:18 +0000 |
parents | 88a669785863 |
children | a63d8bdb2d79 |
comparison
equal
deleted
inserted
replaced
345:88a669785863 | 346:16161de47662 |
---|---|
1 2011-04-26 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java: New. | |
4 a specialized facet that stores information about its position and its | |
5 state (active/inactive) in an output of a collection. | |
6 | |
7 * src/main/java/de/intevation/flys/collections/AttributeParser.java: New. | |
8 This parser takes the attributes (XML) of a collection and extracts the | |
9 contained outputs with its facets. The result is a Map<String, Output>. | |
10 | |
11 * src/main/java/de/intevation/flys/collections/OutputParser.java: New. | |
12 This parser is used to query the artifact's DESCRIBE and to extract the | |
13 supported outputs. The result is a Map<String, Output>. | |
14 | |
15 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: New. | |
16 This writer merges the outputs contained in an attribute of a collection | |
17 with the outputs of a collection's artifacts. | |
18 | |
19 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
20 The attributes of a collection are written into its DESCRIBE document | |
21 now. The OutputParser and AttributeParser are used to read the supported | |
22 attributes by the collection and its artifacts - the AttributeWriter is | |
23 used to merge both attributes and create a final attribute document. | |
24 | |
1 2011-04-26 Ingo Weinzierl <ingo@intevation.de> | 25 2011-04-26 Ingo Weinzierl <ingo@intevation.de> |
2 | 26 |
3 * src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java, | 27 * src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java, |
4 src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: | 28 src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: |
5 The facet-2-theme mappings are initialized at startup and stored in the | 29 The facet-2-theme mappings are initialized at startup and stored in the |