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

Revision 2409 (checked in by bleibson, 4 years ago)

Initializing the deployment area for feeder app.

  • Property svn:mime-type set to text/plain
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/addEvent"/>
74     <action path="/event/editEvent"/>
75     <action path="/event/updateEvent"/>
76     <action path="/event/setAccess"/>
77     <action path="/event/selectCalForEvent"/>
78     <action path="/event/attendeesForEvent"/>
79     <action path="/event/categoriesForEvent"/>
80     <action path="/event/selectCalForEvent"/>
81     <action path="/event/addEventRef"/>
82     <action path="/event/addEventRefComplete"/>
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
105     <action path="/freeBusy/getFreeBusy"/>
106     <action path="/freeBusy/setAccess"/>
107
108     <action path="/calendar/fetchPublicCalendars"/>
109     <action path="/calendar/fetchCalendars"/>
110     <action path="/calendar/fetchForDisplay"/>
111     <action path="/calendar/initAdd"/>
112     <action path="/calendar/fetchForUpdate"/>
113     <action path="/calendar/update"/>
114     <action path="/calendar/setAccess"/>
115     <action path="/calendar/delete"/>
116
117     <action path="/subs/fetch"/>
118     <action path="/subs/fetchForUpdate"/>
119     <action path="/subs/initAdd"/>
120     <action path="/subs/subscribe"/>
121     <action path="/subs/subscribeByUri"/>
122     <action path="/subs/unsubscribe"/>
123
124     <action path="/addView"/>
125     <action path="/removeView"/>
126
127     <action path="/prefs/fetchForUpdate"/>
128     <action path="/prefs/update"/>
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"/>
142   </portlet-url-type>
143 </config>
144
Note: See TracBrowser for help on using the browser.