root/releases/bedework-3.4.1/deployment/webuser/portlet/struts-portlet-config.xml

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

More fixes to portal taglibs

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="/main/initialise"/>
10     <render path="/main/showMain"/>
11     <render path="/main/showMsgErr"/>
12     <render path="/main/showPage"/>
13
14     <render path="/event/showEventMore"/>
15     <render path="/event/showAddEvent"/>
16     <render path="/event/showEditEvent"/>
17     <render path="/event/showCalsForEvent"/>
18     <render path="/event/showAddEventRef"/>
19     <render path="/event/showAttendeesForEvent"/>
20     <render path="/event/showCalsForEvent"/>
21     <render path="/event/showAddEventRef"/>
22
23     <render path="/schedule/showInbox"/>
24     <render path="/schedule/showOutbox"/>
25     <render path="/schedule/showAttendeeRespond"/>
26     <render path="/schedule/showAttendeeReply"/>
27
28     <render path="/misc/showExportData"/>
29     <render path="/misc/initUpload"/>
30
31     <render path="/category/showReferenced"/>
32     <render path="/category/showModForm"/>
33     <render path="/category/showUpdateList"/>
34     <render path="/category/showDeleteConfirm"/>
35
36     <render path="/location/showModForm"/>
37     <render path="/location/showUpdateList"/>
38     <render path="/location/showDeleteConfirm"/>
39
40     <render path="/freeBusy/showFreeBusy"/>
41
42     <render path="/calendar/showPublicCals"/>
43     <render path="/calendar/showCals"/>
44     <render path="/calendar/showCalendar"/>
45     <render path="/calendar/showAddForm"/>
46     <render path="/calendar/showModForm"/>
47     <render path="/calendar/showUpdateList"/>
48     <render path="/calendar/showDeleteConfirm"/>
49     <render path="/calendar/showReferenced"/>
50     <render path="/calendar/listForExport"/>
51     <render path="/calendar/showDescriptionList"/>
52
53     <render path="/subs/showSubs"/>
54     <render path="/subs/showModForm"/>
55     <render path="/subs/showAddByUriForm"/>
56
57     <render path="/prefs/showModForm"/>
58     <render path="/prefs/showSchedulingModForm"/>
59
60     <render path="/mail/showEmailOptions"/>
61
62     <render path="/alarm/showAlarmOptions"/>
63
64     <render path="/search/showResult"/>
65
66     <render path="/stats/showStats"/>
67
68     <action path="/setup"/>
69     <action path="/main/setSelection"/>
70     <action path="/main/setViewPeriod"/>
71     <action path="/event/eventView"/>
72     <action path="/event/initEvent"/>
73     <action path="/event/initMeeting"/>
74     <action path="/event/addEvent"/>
75     <action path="/event/gotoEditEvent"/>
76     <action path="/event/editEvent"/>
77     <action path="/event/updateEvent"/>
78     <action path="/event/setAccess"/>
79     <action path="/event/selectCalForEvent"/>
80     <action path="/event/attendeesForEvent"/>
81     <action path="/event/categoriesForEvent"/>
82     <action path="/event/selectCalForEvent"/>
83     <action path="/event/addEventRef"/>
84     <action path="/event/addEventRefComplete"/>
85     <action path="/event/delEvent"/>
86
87     <action path="/schedule/initAttendeeRespond"/>
88     <action path="/schedule/attendeeRespond"/>
89     <action path="/schedule/initAttendeeReply"/>
90     <action path="/schedule/processAttendeeReply"/>
91
92     <action path="/misc/export"/>
93     <action path="/misc/upload"/>
94
95     <action path="/category/initAdd"/>
96     <action path="/category/initUpdate"/>
97     <action path="/category/delete"/>
98     <action path="/category/fetchForUpdate"/>
99     <action path="/category/update"/>
100
101     <action path="/location/initAdd"/>
102     <action path="/location/initUpdate"/>
103     <action path="/location/delete"/>
104     <action path="/location/fetchForUpdate"/>
105     <action path="/location/update"/>
106
107     <action path="/freeBusy/getFreeBusy"/>
108     <action path="/freeBusy/setAccess"/>
109
110     <action path="/calendar/fetchPublicCalendars"/>
111     <action path="/calendar/fetchCalendars"/>
112     <action path="/calendar/fetchForDisplay"/>
113     <action path="/calendar/initAdd"/>
114     <action path="/calendar/fetchForUpdate"/>
115     <action path="/calendar/update"/>
116     <action path="/calendar/setAccess"/>
117     <action path="/calendar/delete"/>
118
119     <action path="/subs/fetch"/>
120     <action path="/subs/fetchForUpdate"/>
121     <action path="/subs/initAdd"/>
122     <action path="/subs/subscribe"/>
123     <action path="/subs/subscribeByUri"/>
124     <action path="/subs/unsubscribe"/>
125
126     <action path="/addView"/>
127     <action path="/removeView"/>
128
129     <action path="/prefs/fetchForUpdate"/>
130     <action path="/prefs/update"/>
131     <action path="/prefs/fetchSchedulingForUpdate"/>
132     <action path="/prefs/setAccess"/>
133
134     <action path="/mail/initMailEvent"/>
135     <action path="/mail/mailEvent"/>
136
137     <action path="/alarm/initEventAlarm"/>
138     <action path="/alarm/setAlarm"/>
139
140     <action path="/search/search"/>
141     <action path="/search/next"/>
142
143     <action path="/stats/stats"/>
144   </portlet-url-type>
145 </config>
146
Note: See TracBrowser for help on using the browser.