Mercurial > dive4elements > gnv-client
annotate gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 282:d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
gnv/trunk@360 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 23 Nov 2009 16:30:33 +0000 |
parents | 830f4cf0e4ab |
children | 14eecfde4607 |
rev | line source |
---|---|
4
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="ISO-8859-1" ?> |
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
2 <!DOCTYPE struts-config PUBLIC |
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
3 "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" |
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
4 "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> |
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
5 <struts-config> |
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
6 <global-exceptions/> |
43
830f4cf0e4ab
Added Global Forward to determine the Start-URL of the Project. gnv/issue14
Tim Englich <tim.englich@intevation.de>
parents:
29
diff
changeset
|
7 <global-forwards> |
830f4cf0e4ab
Added Global Forward to determine the Start-URL of the Project. gnv/issue14
Tim Englich <tim.englich@intevation.de>
parents:
29
diff
changeset
|
8 <forward name="entrance" path="/start.do"/> |
830f4cf0e4ab
Added Global Forward to determine the Start-URL of the Project. gnv/issue14
Tim Englich <tim.englich@intevation.de>
parents:
29
diff
changeset
|
9 </global-forwards> |
830f4cf0e4ab
Added Global Forward to determine the Start-URL of the Project. gnv/issue14
Tim Englich <tim.englich@intevation.de>
parents:
29
diff
changeset
|
10 |
4
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
11 <action-mappings> |
282
d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
43
diff
changeset
|
12 <action path="/version" |
d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
43
diff
changeset
|
13 type="de.intevation.gnv.action.ArtifactDatabaseActionBase" |
d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
43
diff
changeset
|
14 scope="request" |
d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
43
diff
changeset
|
15 validate="false"> |
d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
43
diff
changeset
|
16 <forward |
d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
43
diff
changeset
|
17 name="success" |
d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
43
diff
changeset
|
18 path="/WEB-INF/jsp/version.jsp"/> |
d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents:
43
diff
changeset
|
19 </action> |
8
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
20 <action path="/start" |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
21 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
22 scope="request" |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
23 validate="false"> |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
24 <forward |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
25 name="success" |
16
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
13
diff
changeset
|
26 path="/WEB-INF/jsp/mainlayout.jsp"/> |
8
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
27 </action> |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
28 <action path="/selectArtifactFactory" |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
29 type="de.intevation.gnv.action.SelectArtifactFactoryAction" |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
30 scope="request" |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
31 validate="false"> |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
32 <forward |
65ff6fcfee0c
Some Basic Stuff for WebProjects
Tim Englich <tim.englich@intevation.de>
parents:
4
diff
changeset
|
33 name="success" |
16
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
13
diff
changeset
|
34 path="/WEB-INF/jsp/mainlayout.jsp"/> |
4
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
35 </action> |
12
4ebe57b170d3
Integration of moving through the Artifact-States and rendering the UI.
Tim Englich <tim.englich@intevation.de>
parents:
8
diff
changeset
|
36 <action path="/next" |
4ebe57b170d3
Integration of moving through the Artifact-States and rendering the UI.
Tim Englich <tim.englich@intevation.de>
parents:
8
diff
changeset
|
37 type="de.intevation.gnv.action.NextArtifactStepAction" |
4ebe57b170d3
Integration of moving through the Artifact-States and rendering the UI.
Tim Englich <tim.englich@intevation.de>
parents:
8
diff
changeset
|
38 scope="request" |
4ebe57b170d3
Integration of moving through the Artifact-States and rendering the UI.
Tim Englich <tim.englich@intevation.de>
parents:
8
diff
changeset
|
39 validate="false"> |
4ebe57b170d3
Integration of moving through the Artifact-States and rendering the UI.
Tim Englich <tim.englich@intevation.de>
parents:
8
diff
changeset
|
40 <forward |
4ebe57b170d3
Integration of moving through the Artifact-States and rendering the UI.
Tim Englich <tim.englich@intevation.de>
parents:
8
diff
changeset
|
41 name="success" |
16
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
13
diff
changeset
|
42 path="/WEB-INF/jsp/mainlayout.jsp"/> |
12
4ebe57b170d3
Integration of moving through the Artifact-States and rendering the UI.
Tim Englich <tim.englich@intevation.de>
parents:
8
diff
changeset
|
43 </action> |
13
2535158e2687
Chartoutput Added to the View
Tim Englich <tim.englich@intevation.de>
parents:
12
diff
changeset
|
44 <action path="/out" |
2535158e2687
Chartoutput Added to the View
Tim Englich <tim.englich@intevation.de>
parents:
12
diff
changeset
|
45 type="de.intevation.gnv.action.DoOutputAction" |
2535158e2687
Chartoutput Added to the View
Tim Englich <tim.englich@intevation.de>
parents:
12
diff
changeset
|
46 scope="request" |
2535158e2687
Chartoutput Added to the View
Tim Englich <tim.englich@intevation.de>
parents:
12
diff
changeset
|
47 validate="false"> |
2535158e2687
Chartoutput Added to the View
Tim Englich <tim.englich@intevation.de>
parents:
12
diff
changeset
|
48 </action> |
29
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
49 <action path="/export" |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
50 type="de.intevation.gnv.action.DoExportAction" |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
51 scope="request" |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
52 validate="false"> |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
53 </action> |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
54 <action path="/changeOptions" |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
55 type="de.intevation.gnv.action.ChangeOptionsAction" |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
56 scope="request" |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
57 validate="false"> |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
58 <forward |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
59 name="success" |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
60 path="/WEB-INF/jsp/mainlayout.jsp"/> |
bba8fd97e549
Export and Diagrammoptions integrated into GUI
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
61 </action> |
4
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
62 </action-mappings> |
16
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
13
diff
changeset
|
63 |
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
13
diff
changeset
|
64 <message-resources parameter="applicationMessages" null="false"/> |
4
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
65 </struts-config> |
72951b955f00
Basic Struts-Infrastructur Added
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
66 |