Mercurial > dive4elements > framework
comparison ChangeLog @ 209:1a3fb29b8b2e
Enhanced the abstract state: the output modes are read now.
artifacts/trunk@1539 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 22 Mar 2011 16:06:35 +0000 |
parents | 8ea4d0824d8f |
children | b75fca1ac215 |
comparison
equal
deleted
inserted
replaced
208:8ea4d0824d8f | 209:1a3fb29b8b2e |
---|---|
1 2011-03-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/DefaultOutput.java, | |
4 artifact-database/src/main/java/de/intevation/artifactdatabase/state/Output.java: | |
5 New. An interface and its default implementation to describe an output | |
6 mode of a state. Currently, the information 'name', 'description' and | |
7 'mime-type' are provided. | |
8 | |
9 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: | |
10 The abstract state reads the output modes available for the state now. | |
11 | |
1 2011-03-21 Ingo Weinzierl <ingo@intevation.de> | 12 2011-03-21 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: | 14 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: |
4 Changed the return type of a method, so that more nodes will be | 15 Changed the return type of a method, so that more nodes will be |
5 retrieved. | 16 retrieved. |