Changeset 1194
- Timestamp:
- 01/02/07 22:32:52
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/portlet/struts-portlet-config.xml
r1105 r1194 8 8 <portlet-url-type> 9 9 <render path="/initialise"/> 10 <render path="/showMain"/> 11 <render path="/showMsgErr"/> 12 <render path="/showPage"/> 13 <render path="/showEventMore"/> 14 <render path="/showAddEvent"/> 15 <render path="/showEditEvent"/> 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"/> 16 21 <render path="/event/showCalsForEvent"/> 17 <render path="/event/showAddEventRef"/> 18 <render path="/showExportData"/> 19 <render path="/initUpload"/> 20 <render path="/showManageLocations"/> 21 <render path="/showEditLocation"/> 22 <render path="/freeBusy/showFreeBusy"/> 23 <render path="/showPublicCals"/> 24 <render path="/showCals"/> 22 25 23 <render path="/calendar/showCalendar"/> 24 <render path="/calendar/showReferenced"/> 26 25 <render path="/calendar/showModForm"/> 26 <render path="/calendar/showAddForm"/> 27 <render path="/calendar/showDescriptionList"/> 27 28 <render path="/calendar/showUpdateList"/> 28 29 <render path="/calendar/showDeleteConfirm"/> 29 <render path="/calendar/showReferenced"/> 30 <render path="/calendar/showDescriptionList"/> 30 31 31 <render path="/subs/showSubs"/> 32 32 <render path="/subs/showModForm"/> 33 <render path="/subs/showAddByUriForm"/> 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 34 68 <render path="/prefs/showModForm"/> 35 <render path="/showEmailOptions"/> 36 <render path="/showAlarmOptions"/> 37 <render path="/showStats"/> 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"/> 38 79 39 80 <action path="/setup"/> 40 <action path="/setSelection"/> 41 <action path="/ setViewPeriod"/>42 <action path="/event View"/>43 <action path="/ initEvent"/>44 <action path="/ addEventUsingPage"/>45 <action path="/ addEvent"/>46 <action path="/e ditEvent"/>47 <action path="/event/ setAccess"/>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"/> 48 89 <action path="/event/selectCalForEvent"/> 49 <action path="/addEventRef"/> 50 <action path="/event/addEventRefComplete"/> 51 <action path="/delEvent"/> 52 <action path="/export"/> 53 <action path="/upload"/> 54 <action path="/manageLocations"/> 55 <action path="/addLocation"/> 56 <action path="/editLoc"/> 57 <action path="/delLocation"/> 58 <action path="/freeBusy/getFreeBusy"/> 59 <action path="/freeBusy/setAccess"/> 60 <action path="/fetchPublicCalendars"/> 61 <action path="/fetchCalendars"/> 90 91 <action path="/calendar/initAdd"/> 92 <action path="/calendar/delete"/> 62 93 <action path="/calendar/fetchForDisplay"/> 63 <action path="/calendar/initAdd"/>64 94 <action path="/calendar/fetchForUpdate"/> 65 95 <action path="/calendar/update"/> 66 96 <action path="/calendar/setAccess"/> 67 <action path="/calendar/delete"/> 97 68 98 <action path="/subs/fetch"/> 99 <action path="/subs/fetchForUpdate"/> 69 100 <action path="/subs/initAdd"/> 70 <action path="/subs/fetchForUpdate"/>71 101 <action path="/subs/subscribe"/> 72 <action path="/subs/subscribeByUri"/>73 102 <action path="/subs/unsubscribe"/> 74 <action path="/addView"/> 75 <action path="/removeView"/> 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 76 145 <action path="/prefs/fetchForUpdate"/> 77 146 <action path="/prefs/update"/> 78 <action path="/initMailEvent"/> 79 <action path="/mailEvent"/> 80 <action path="/initEventAlarm"/> 81 <action path="/setAlarm"/> 82 <action path="/stats"/> 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"/> 83 161 </portlet-url-type> 84 162 </config> trunk/deployment/webpublic/portlet/struts-portlet-config.xml
r1105 r1194 7 7 </render-context> 8 8 <portlet-url-type> 9 <render path="/initialise"/> 10 <render path="/showMain"/> 11 <render path="/showMsgErr"/> 12 <render path="/showPage"/> 13 <render path="/showEventMore"/> 14 <render path="/showAddEvent"/> 15 <render path="/showEditEvent"/> 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"/> 16 17 <render path="/event/showCalsForEvent"/> 17 18 <render path="/event/showAddEventRef"/> 18 <render path="/showExportData"/> 19 <render path="/initUpload"/> 20 <render path="/showManageLocations"/> 21 <render path="/showEditLocation"/> 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 22 40 <render path="/freeBusy/showFreeBusy"/> 23 <render path="/showPublicCals"/> 24 <render path="/showCals"/> 41 42 <render path="/calendar/showPublicCals"/> 43 <render path="/calendar/showCals"/> 25 44 <render path="/calendar/showCalendar"/> 45 <render path="/calendar/showAddForm"/> 26 46 <render path="/calendar/showModForm"/> 27 47 <render path="/calendar/showUpdateList"/> 28 48 <render path="/calendar/showDeleteConfirm"/> 29 49 <render path="/calendar/showReferenced"/> 50 <render path="/calendar/listForExport"/> 30 51 <render path="/calendar/showDescriptionList"/> 52 31 53 <render path="/subs/showSubs"/> 32 54 <render path="/subs/showModForm"/> 33 55 <render path="/subs/showAddByUriForm"/> 56 34 57 <render path="/prefs/showModForm"/> 35 <render path="/showEmailOptions"/> 36 <render path="/showAlarmOptions"/> 37 <render path="/showStats"/> 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"/> 38 67 39 68 <action path="/setup"/> 40 <action path="/ setSelection"/>41 <action path="/ setViewPeriod"/>42 <action path="/event View"/>43 <action path="/ initEvent"/>44 <action path="/ addEventUsingPage"/>45 <action path="/ addEvent"/>46 <action path="/e ditEvent"/>69 <action path="/main/setSelection"/> 70 <action path="/main/setViewPeriod"/> 71 <action path="/event/eventView"/> 72 <action path="/event/initEvent"/> 73 <action path="/event/addEvent"/> 74 <action path="/event/editEvent"/> 75 <action path="/event/updateEvent"/> 47 76 <action path="/event/setAccess"/> 48 77 <action path="/event/selectCalForEvent"/> 49 <action path="/addEventRef"/> 78 <action path="/event/attendeesForEvent"/> 79 <action path="/event/categoriesForEvent"/> 80 <action path="/event/selectCalForEvent"/> 81 <action path="/event/addEventRef"/> 50 82 <action path="/event/addEventRefComplete"/> 51 <action path="/delEvent"/> 52 <action path="/export"/> 53 <action path="/upload"/> 54 <action path="/manageLocations"/> 55 <action path="/addLocation"/> 56 <action path="/editLoc"/> 57 <action path="/delLocation"/> 83 <action path="/event/delEvent"/> 84 85 <action path="/schedule/initAttendeeRespond"/> 86 <action path="/schedule/attendeeRespond"/> 87 <action path="/schedule/initAttendeeReply"/> 88 <action path="/schedule/processAttendeeReply"/> 89 90 <action path="/misc/export"/> 91 <action path="/misc/upload"/> 92 93 <action path="/category/initAdd"/> 94 <action path="/category/initUpdate"/> 95 <action path="/category/delete"/> 96 <action path="/category/fetchForUpdate"/> 97 <action path="/category/update"/> 98 99 <action path="/location/initAdd"/> 100 <action path="/location/initUpdate"/> 101 <action path="/location/delete"/> 102 <action path="/location/fetchForUpdate"/> 103 <action path="/location/update"/> 104 58 105 <action path="/freeBusy/getFreeBusy"/> 59 106 <action path="/freeBusy/setAccess"/> 60 <action path="/fetchPublicCalendars"/> 61 <action path="/fetchCalendars"/> 107 108 <action path="/calendar/fetchPublicCalendars"/> 109 <action path="/calendar/fetchCalendars"/> 62 110 <action path="/calendar/fetchForDisplay"/> 63 111 <action path="/calendar/initAdd"/> … … 66 114 <action path="/calendar/setAccess"/> 67 115 <action path="/calendar/delete"/> 116 68 117 <action path="/subs/fetch"/> 118 <action path="/subs/fetchForUpdate"/> 69 119 <action path="/subs/initAdd"/> 70 <action path="/subs/fetchForUpdate"/>71 120 <action path="/subs/subscribe"/> 72 121 <action path="/subs/subscribeByUri"/> 73 122 <action path="/subs/unsubscribe"/> 123 74 124 <action path="/addView"/> 75 125 <action path="/removeView"/> 126 76 127 <action path="/prefs/fetchForUpdate"/> 77 128 <action path="/prefs/update"/> 78 <action path="/initMailEvent"/> 79 <action path="/mailEvent"/> 80 <action path="/initEventAlarm"/> 81 <action path="/setAlarm"/> 82 <action path="/stats"/> 129 <action path="/prefs/fetchSchedulingForUpdate"/> 130 <action path="/prefs/setAccess"/> 131 132 <action path="/mail/initMailEvent"/> 133 <action path="/mail/mailEvent"/> 134 135 <action path="/alarm/initEventAlarm"/> 136 <action path="/alarm/setAlarm"/> 137 138 <action path="/search/search"/> 139 <action path="/search/next"/> 140 141 <action path="/stats/stats"/> 83 142 </portlet-url-type> 84 143 </config> trunk/deployment/webuser/portlet/struts-portlet-config.xml
r1105 r1194 7 7 </render-context> 8 8 <portlet-url-type> 9 <render path="/initialise"/> 10 <render path="/showMain"/> 11 <render path="/showMsgErr"/> 12 <render path="/showPage"/> 13 <render path="/showEventMore"/> 14 <render path="/showAddEvent"/> 15 <render path="/showEditEvent"/> 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"/> 16 17 <render path="/event/showCalsForEvent"/> 17 18 <render path="/event/showAddEventRef"/> 18 <render path="/showExportData"/> 19 <render path="/initUpload"/> 20 <render path="/showManageLocations"/> 21 <render path="/showEditLocation"/> 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 22 40 <render path="/freeBusy/showFreeBusy"/> 23 <render path="/showPublicCals"/> 24 <render path="/showCals"/> 41 42 <render path="/calendar/showPublicCals"/> 43 <render path="/calendar/showCals"/> 25 44 <render path="/calendar/showCalendar"/> 45 <render path="/calendar/showAddForm"/> 26 46 <render path="/calendar/showModForm"/> 27 47 <render path="/calendar/showUpdateList"/> 28 48 <render path="/calendar/showDeleteConfirm"/> 29 49 <render path="/calendar/showReferenced"/> 50 <render path="/calendar/listForExport"/> 30 51 <render path="/calendar/showDescriptionList"/> 52 31 53 <render path="/subs/showSubs"/> 32 54 <render path="/subs/showModForm"/> 33 55 <render path="/subs/showAddByUriForm"/> 56 34 57 <render path="/prefs/showModForm"/> 35 <render path="/showEmailOptions"/> 36 <render path="/showAlarmOptions"/> 37 <render path="/showStats"/> 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"/> 38 67 39 68 <action path="/setup"/> 40 <action path="/ setSelection"/>41 <action path="/ setViewPeriod"/>42 <action path="/event View"/>43 <action path="/ initEvent"/>44 <action path="/ addEventUsingPage"/>45 <action path="/ addEvent"/>46 <action path="/e ditEvent"/>69 <action path="/main/setSelection"/> 70 <action path="/main/setViewPeriod"/> 71 <action path="/event/eventView"/> 72 <action path="/event/initEvent"/> 73 <action path="/event/addEvent"/> 74 <action path="/event/editEvent"/> 75 <action path="/event/updateEvent"/> 47 76 <action path="/event/setAccess"/> 48 77 <action path="/event/selectCalForEvent"/> 49 <action path="/addEventRef"/> 78 <action path="/event/attendeesForEvent"/> 79 <action path="/event/categoriesForEvent"/> 80 <action path="/event/selectCalForEvent"/> 81 <action path="/event/addEventRef"/> 50 82 <action path="/event/addEventRefComplete"/> 51 <action path="/delEvent"/> 52 <action path="/export"/> 53 <action path="/upload"/> 54 <action path="/manageLocations"/> 55 <action path="/addLocation"/> 56 <action path="/editLoc"/> 57 <action path="/delLocation"/> 83 <action path="/event/delEvent"/> 84 85 <action path="/schedule/initAttendeeRespond"/> 86 <action path="/schedule/attendeeRespond"/> 87 <action path="/schedule/initAttendeeReply"/> 88 <action path="/schedule/processAttendeeReply"/> 89 90 <action path="/misc/export"/> 91 <action path="/misc/upload"/> 92 93 <action path="/category/initAdd"/> 94 <action path="/category/initUpdate"/> 95 <action path="/category/delete"/> 96 <action path="/category/fetchForUpdate"/> 97 <action path="/category/update"/> 98 99 <action path="/location/initAdd"/> 100 <action path="/location/initUpdate"/> 101 <action path="/location/delete"/> 102 <action path="/location/fetchForUpdate"/> 103 <action path="/location/update"/> 104 58 105 <action path="/freeBusy/getFreeBusy"/> 59 106 <action path="/freeBusy/setAccess"/> 60 <action path="/fetchPublicCalendars"/> 61 <action path="/fetchCalendars"/> 107 108 <action path="/calendar/fetchPublicCalendars"/> 109 <action path="/calendar/fetchCalendars"/> 62 110 <action path="/calendar/fetchForDisplay"/> 63 111 <action path="/calendar/initAdd"/> … … 66 114 <action path="/calendar/setAccess"/> 67 115 <action path="/calendar/delete"/> 116 68 117 <action path="/subs/fetch"/> 118 <action path="/subs/fetchForUpdate"/> 69 119 <action path="/subs/initAdd"/> 70 <action path="/subs/fetchForUpdate"/>71 120 <action path="/subs/subscribe"/> 72 121 <action path="/subs/subscribeByUri"/> 73 122 <action path="/subs/unsubscribe"/> 123 74 124 <action path="/addView"/> 75 125 <action path="/removeView"/> 126 76 127 <action path="/prefs/fetchForUpdate"/> 77 128 <action path="/prefs/update"/> 78 <action path="/initMailEvent"/> 79 <action path="/mailEvent"/> 80 <action path="/initEventAlarm"/> 81 <action path="/setAlarm"/> 82 <action path="/stats"/> 129 <action path="/prefs/fetchSchedulingForUpdate"/> 130 <action path="/prefs/setAccess"/> 131 132 <action path="/mail/initMailEvent"/> 133 <action path="/mail/mailEvent"/> 134 135 <action path="/alarm/initEventAlarm"/> 136 <action path="/alarm/setAlarm"/> 137 138 <action path="/search/search"/> 139 <action path="/search/next"/> 140 141 <action path="/stats/stats"/> 83 142 </portlet-url-type> 84 143 </config>
