root/trunk/deployment/webadmin/portlet/struts-portlet-config.xml

Revision 1194 (checked in by douglm, 6 years ago)

Update struts-portlet-config files to match struts-config

  • Property svn:eol-style set to LF
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <config>
4   <render-context>
5     <attribute name="errors"/>
6     <attribute name="message"/>
7   </render-context>
8   <portlet-url-type>
9     <render path="/initialise"/>
10     <render path="/admin/showMain"/>
11     <render path="/admin/showError"/>
12     <render path="/admin/showNoAccess"/>
13     <render path="/admin/showNoGroup"/>
14     <render path="/admin/showCats"/>
15
16     <render path="/event/showEvent"/>
17     <render path="/event/showModForm"/>
18     <render path="/event/showUpdateList"/>
19     <render path="/event/showDeleteConfirm"/>
20     <render path="/event/initUpload"/>
21     <render path="/event/showCalsForEvent"/>
22
23     <render path="/calendar/showCalendar"/>
24     <render path="/calendar/showReferenced"/>
25     <render path="/calendar/showModForm"/>
26     <render path="/calendar/showAddForm"/>
27     <render path="/calendar/showDescriptionList"/>
28     <render path="/calendar/showUpdateList"/>
29     <render path="/calendar/showDeleteConfirm"/>
30
31     <render path="/subs/showSubs"/>
32     <render path="/subs/showModForm"/>
33
34     <render path="/calsuite/showCalSuites"/>
35     <render path="/calsuite/showAddForm"/>
36     <render path="/calsuite/showModForm"/>
37     <render path="/calsuite/showModPrefsForm"/>
38
39     <render path="/view/showViews"/>
40     <render path="/view/showModForm"/>
41     <render path="/view/showDeleteConfirm"/>
42
43     <render path="/syspars/show"/>
44     <render path="/syspars/fetch"/>
45
46     <render path="/timezones/showUpload"/>
47
48     <render path="/contact/showContact"/>
49     <render path="/contact/showReferenced"/>
50     <render path="/contact/showModForm"/>
51     <render path="/contact/showUpdateList"/>
52     <render path="/contact/showDeleteConfirm"/>
53
54     <render path="/location/showLocation"/>
55     <render path="/location/showReferenced"/>
56     <render path="/location/showModForm"/>
57     <render path="/location/showUpdateList"/>
58     <render path="/location/showDeleteConfirm"/>
59
60     <render path="/category/showReferenced"/>
61     <render path="/category/showModForm"/>
62     <render path="/category/showUpdateList"/>
63     <render path="/category/showDeleteConfirm"/>
64
65     <render path="/authuser/showModForm"/>
66     <render path="/authuser/showUpdateList"/>
67
68     <render path="/prefs/showModForm"/>
69
70     <render path="/admingroup/showChooseGroup"/>
71     <render path="/admingroup/showModForm"/>
72     <render path="/admingroup/showModMembersForm"/>
73     <render path="/admingroup/showUpdateList"/>
74     <render path="/admingroup/showDeleteConfirm"/>
75
76     <render path="/search/showResult"/>
77
78     <render path="/stats/show"/>
79
80     <action path="/setup"/>
81
82     <action path="/event/initAddtEvent"/>
83     <action path="/event/initUpdateEvent"/>
84     <action path="/event/delete"/>
85     <action path="/event/fetchForDisplay"/>
86     <action path="/event/fetchForUpdate"/>
87     <action path="/event/update"/>
88     <action path="/event/upload"/>
89     <action path="/event/selectCalForEvent"/>
90
91     <action path="/calendar/initAdd"/>
92     <action path="/calendar/delete"/>
93     <action path="/calendar/fetchForDisplay"/>
94     <action path="/calendar/fetchForUpdate"/>
95     <action path="/calendar/update"/>
96     <action path="/calendar/setAccess"/>
97
98     <action path="/subs/fetch"/>
99     <action path="/subs/fetchForUpdate"/>
100     <action path="/subs/initAdd"/>
101     <action path="/subs/subscribe"/>
102     <action path="/subs/unsubscribe"/>
103
104     <action path="/calsuite/fetchForUpdate"/>
105     <action path="/calsuite/addCalSuite"/>
106     <action path="/calsuite/update"/>
107     <action path="/calsuite/setAccess"/>
108     <action path="/calsuite/fetchPrefsForUpdate"/>
109     <action path="/calsuite/updatePrefs"/>
110
111     <action path="/view/fetchForUpdate"/>
112     <action path="/view/update"/>
113     <action path="/view/addView"/>
114     <action path="/view/removeView"/>
115
116     <action path="/syspars/update"/>
117
118     <action path="/timezones/initUpload"/>
119     <action path="/timezones/upload"/>
120
121     <action path="/contact/initAdd"/>
122     <action path="/contact/initUpdate"/>
123     <action path="/contact/delete"/>
124     <action path="/contact/fetchForDisplay"/>
125     <action path="/contact/fetchForUpdate"/>
126     <action path="/contact/update"/>
127
128     <action path="/location/initAdd"/>
129     <action path="/location/initUpdate"/>
130     <action path="/location/delete"/>
131     <action path="/location/fetchForDisplay"/>
132     <action path="/location/fetchForUpdate"/>
133     <action path="/location/update"/>
134
135     <action path="/category/initAdd"/>
136     <action path="/category/initUpdate"/>
137     <action path="/category/delete"/>
138     <action path="/category/fetchForUpdate"/>
139     <action path="/category/update"/>
140
141     <action path="/authuser/initUpdate"/>
142     <action path="/authuser/fetchForUpdate"/>
143     <action path="/authuser/update"/>
144
145     <action path="/prefs/fetchForUpdate"/>
146     <action path="/prefs/update"/>
147
148     <action path="/admingroup/initAdd"/>
149     <action path="/admingroup/initUpdate"/>
150     <action path="/admingroup/delete"/>
151     <action path="/admingroup/fetchForUpdate"/>
152     <action path="/admingroup/fetchForUpdateMembers"/>
153     <action path="/admingroup/update"/>
154     <action path="/admingroup/updateMembers"/>
155     <action path="/admingroup/switch"/>
156
157     <action path="/search/search"/>
158     <action path="/search/next"/>
159
160     <action path="/stats/update"/>
161   </portlet-url-type>
162 </config>
163
Note: See TracBrowser for help on using the browser.