Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 409:df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
gnv/trunk@599 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 22 Jan 2010 11:28:25 +0000 |
parents | b5733f9f386b |
children | 9602f4bffc07 |
comparison
equal
deleted
inserted
replaced
408:b5733f9f386b | 409:df78178e1180 |
---|---|
1 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: New action. | |
4 The only task of this action is to parse the describe document and create | |
5 static and dynamic user interface out of it. | |
6 | |
7 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java, | |
8 src/main/java/de/intevation/gnv/action/DoOutputAction.java, | |
9 src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java, | |
10 src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java, | |
11 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java, | |
12 src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java: | |
13 Removed xsl transformation. Classes which needs xsl transformation inherit | |
14 from DescribeUIAction which does the transformation. Now, it is much | |
15 easier to write new actions, because they do not need to parse the | |
16 describe document and create static and dynamic user interfaces. | |
17 | |
18 Removed some useless imports. | |
19 | |
1 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 20 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 21 |
3 * src/main/webapp/WEB-INF/jsp/index.jsp, | 22 * src/main/webapp/WEB-INF/jsp/index.jsp, |
4 src/main/webapp/WEB-INF/jsp/header.jsp, | 23 src/main/webapp/WEB-INF/jsp/header.jsp, |
5 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp, | 24 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp, |