Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Accounting and Billing Portal
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[abportal] Annotation of /src/main/webapp/WEB-INF/tld/liferay-portlet-ext.tld
[abportal] / src / main / webapp / WEB-INF / tld / liferay-portlet-ext.tld Repository:
ViewVC logotype

Annotation of /src/main/webapp/WEB-INF/tld/liferay-portlet-ext.tld

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download)

1 : dgarcia 1 <?xml version="1.0"?>
2 :     <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
3 :    
4 :     <taglib>
5 :     <tlib-version>1.0</tlib-version>
6 :     <jsp-version>1.1</jsp-version>
7 :     <short-name>liferay-portlet</short-name>
8 :     <uri>http://liferay.com/tld/portlet</uri>
9 :    
10 :     <!--
11 :     liferay-portlet:actionURL is similar to portlet:actionURL except it has the
12 :     additional attributes plid, portletName, anchor, and encrypt.
13 :    
14 :     Set varImpl to set the PortletURL object. This gives you an object reference
15 :     to the underlying URL implementation.
16 :    
17 :     Set plid to the plid of another layout. This allows you to post the URL to
18 :     another layout.
19 :    
20 :     Set portletName to the name of a portlet other than the current portlet.
21 :     This allows you to post the URL to another portlet.
22 :    
23 :     Set anchor to false if you do not want the page to refresh and anchor to the
24 :     current portlet.
25 :    
26 :     Set encrypt to true if you want to encrypt all the parameter values.
27 :    
28 :     Set doAsUserId to process this URL as if it is accessed by the specified
29 :     user.
30 :    
31 :     Set portletConfiguration to true if you want to pass the parameters needed
32 :     when you are accessing a portlet that is wrapped by the Portlet
33 :     Configuration portlet.
34 :     -->
35 :    
36 :     <tag>
37 :     <name>actionURL</name>
38 :     <tag-class>com.liferay.taglib.portlet.ActionURLTag</tag-class>
39 :     <tei-class>com.liferay.taglib.portlet.ActionURLTei</tei-class>
40 :     <body-content>JSP</body-content>
41 :     <attribute>
42 :     <name>windowState</name>
43 :     <required>false</required>
44 :     <rtexprvalue>true</rtexprvalue>
45 :     </attribute>
46 :     <attribute>
47 :     <name>portletMode</name>
48 :     <required>false</required>
49 :     <rtexprvalue>true</rtexprvalue>
50 :     </attribute>
51 :     <attribute>
52 :     <name>var</name>
53 :     <required>false</required>
54 :     <rtexprvalue>true</rtexprvalue>
55 :     </attribute>
56 :     <attribute>
57 :     <name>varImpl</name>
58 :     <required>false</required>
59 :     <rtexprvalue>true</rtexprvalue>
60 :     </attribute>
61 :     <attribute>
62 :     <name>secure</name>
63 :     <required>false</required>
64 :     <rtexprvalue>true</rtexprvalue>
65 :     </attribute>
66 :     <attribute>
67 :     <name>copyCurrentRenderParameters</name>
68 :     <required>false</required>
69 :     <rtexprvalue>true</rtexprvalue>
70 :     </attribute>
71 :     <attribute>
72 :     <name>escapeXml</name>
73 :     <required>false</required>
74 :     <rtexprvalue>true</rtexprvalue>
75 :     </attribute>
76 :     <attribute>
77 :     <name>name</name>
78 :     <required>false</required>
79 :     <rtexprvalue>true</rtexprvalue>
80 :     </attribute>
81 :     <attribute>
82 :     <name>plid</name>
83 :     <required>false</required>
84 :     <rtexprvalue>true</rtexprvalue>
85 :     </attribute>
86 :     <attribute>
87 :     <name>portletName</name>
88 :     <required>false</required>
89 :     <rtexprvalue>true</rtexprvalue>
90 :     </attribute>
91 :     <attribute>
92 :     <name>anchor</name>
93 :     <required>false</required>
94 :     <rtexprvalue>true</rtexprvalue>
95 :     </attribute>
96 :     <attribute>
97 :     <name>encrypt</name>
98 :     <required>false</required>
99 :     <rtexprvalue>true</rtexprvalue>
100 :     </attribute>
101 :     <attribute>
102 :     <name>doAsUserId</name>
103 :     <required>false</required>
104 :     <rtexprvalue>true</rtexprvalue>
105 :     </attribute>
106 :     <attribute>
107 :     <name>portletConfiguration</name>
108 :     <required>false</required>
109 :     <rtexprvalue>true</rtexprvalue>
110 :     </attribute>
111 :     </tag>
112 :     <tag>
113 :     <name>icon-back</name>
114 :     <tag-class>com.liferay.taglib.portletext.IconBackTag</tag-class>
115 :     <body-content>JSP</body-content>
116 :     <attribute>
117 :     <name>page</name>
118 :     <required>false</required>
119 :     <rtexprvalue>true</rtexprvalue>
120 :     </attribute>
121 :     </tag>
122 :     <tag>
123 :     <name>icon-close</name>
124 :     <tag-class>com.liferay.taglib.portletext.IconCloseTag</tag-class>
125 :     <body-content>JSP</body-content>
126 :     <attribute>
127 :     <name>page</name>
128 :     <required>false</required>
129 :     <rtexprvalue>true</rtexprvalue>
130 :     </attribute>
131 :     </tag>
132 :     <tag>
133 :     <name>icon-configuration</name>
134 :     <tag-class>com.liferay.taglib.portletext.IconConfigurationTag</tag-class>
135 :     <body-content>JSP</body-content>
136 :     <attribute>
137 :     <name>page</name>
138 :     <required>false</required>
139 :     <rtexprvalue>true</rtexprvalue>
140 :     </attribute>
141 :     </tag>
142 :     <tag>
143 :     <name>icon-edit</name>
144 :     <tag-class>com.liferay.taglib.portletext.IconEditTag</tag-class>
145 :     <body-content>JSP</body-content>
146 :     <attribute>
147 :     <name>page</name>
148 :     <required>false</required>
149 :     <rtexprvalue>true</rtexprvalue>
150 :     </attribute>
151 :     </tag>
152 :     <tag>
153 :     <name>icon-edit-defaults</name>
154 :     <tag-class>com.liferay.taglib.portletext.IconEditDefaultsTag</tag-class>
155 :     <body-content>JSP</body-content>
156 :     <attribute>
157 :     <name>page</name>
158 :     <required>false</required>
159 :     <rtexprvalue>true</rtexprvalue>
160 :     </attribute>
161 :     </tag>
162 :     <tag>
163 :     <name>icon-edit-guest</name>
164 :     <tag-class>com.liferay.taglib.portletext.IconEditGuestTag</tag-class>
165 :     <body-content>JSP</body-content>
166 :     <attribute>
167 :     <name>page</name>
168 :     <required>false</required>
169 :     <rtexprvalue>true</rtexprvalue>
170 :     </attribute>
171 :     </tag>
172 :     <tag>
173 :     <name>icon-export-import</name>
174 :     <tag-class>com.liferay.taglib.portletext.IconExportImportTag</tag-class>
175 :     <body-content>JSP</body-content>
176 :     <attribute>
177 :     <name>page</name>
178 :     <required>false</required>
179 :     <rtexprvalue>true</rtexprvalue>
180 :     </attribute>
181 :     </tag>
182 :     <tag>
183 :     <name>icon-help</name>
184 :     <tag-class>com.liferay.taglib.portletext.IconHelpTag</tag-class>
185 :     <body-content>JSP</body-content>
186 :     <attribute>
187 :     <name>page</name>
188 :     <required>false</required>
189 :     <rtexprvalue>true</rtexprvalue>
190 :     </attribute>
191 :     </tag>
192 :     <tag>
193 :     <name>icon-maximize</name>
194 :     <tag-class>com.liferay.taglib.portletext.IconMaximizeTag</tag-class>
195 :     <body-content>JSP</body-content>
196 :     <attribute>
197 :     <name>page</name>
198 :     <required>false</required>
199 :     <rtexprvalue>true</rtexprvalue>
200 :     </attribute>
201 :     </tag>
202 :     <tag>
203 :     <name>icon-minimize</name>
204 :     <tag-class>com.liferay.taglib.portletext.IconMinimizeTag</tag-class>
205 :     <body-content>JSP</body-content>
206 :     <attribute>
207 :     <name>page</name>
208 :     <required>false</required>
209 :     <rtexprvalue>true</rtexprvalue>
210 :     </attribute>
211 :     </tag>
212 :     <tag>
213 :     <name>icon-options</name>
214 :     <tag-class>com.liferay.taglib.portletext.IconOptionsTag</tag-class>
215 :     <body-content>JSP</body-content>
216 :     <attribute>
217 :     <name>page</name>
218 :     <required>false</required>
219 :     <rtexprvalue>true</rtexprvalue>
220 :     </attribute>
221 :     </tag>
222 :     <tag>
223 :     <name>icon-portlet</name>
224 :     <tag-class>com.liferay.taglib.portletext.IconPortletTag</tag-class>
225 :     <body-content>JSP</body-content>
226 :     <attribute>
227 :     <name>page</name>
228 :     <required>false</required>
229 :     <rtexprvalue>true</rtexprvalue>
230 :     </attribute>
231 :     <attribute>
232 :     <name>portlet</name>
233 :     <required>false</required>
234 :     <rtexprvalue>true</rtexprvalue>
235 :     </attribute>
236 :     </tag>
237 :     <tag>
238 :     <name>icon-portlet-css</name>
239 :     <tag-class>com.liferay.taglib.portletext.IconPortletCssTag</tag-class>
240 :     <body-content>JSP</body-content>
241 :     <attribute>
242 :     <name>page</name>
243 :     <required>false</required>
244 :     <rtexprvalue>true</rtexprvalue>
245 :     </attribute>
246 :     </tag>
247 :     <tag>
248 :     <name>icon-print</name>
249 :     <tag-class>com.liferay.taglib.portletext.IconPrintTag</tag-class>
250 :     <body-content>JSP</body-content>
251 :     <attribute>
252 :     <name>page</name>
253 :     <required>false</required>
254 :     <rtexprvalue>true</rtexprvalue>
255 :     </attribute>
256 :     </tag>
257 :     <tag>
258 :     <name>icon-refresh</name>
259 :     <tag-class>com.liferay.taglib.portletext.IconRefreshTag</tag-class>
260 :     <body-content>JSP</body-content>
261 :     <attribute>
262 :     <name>page</name>
263 :     <required>false</required>
264 :     <rtexprvalue>true</rtexprvalue>
265 :     </attribute>
266 :     </tag>
267 :    
268 :     <!--
269 :     liferay-portlet:renderURL is similar to portlet:renderURL except it has the
270 :     additional attributes plid, portletName, anchor, and encrypt.
271 :    
272 :     Set varImpl to set the PortletURL object. This gives you an object reference
273 :     to the underlying URL implementation.
274 :    
275 :     Set plid to the plid of another layout. This allows you to post the URL to
276 :     another layout.
277 :    
278 :     Set portletName to the name of a portlet other than the current portlet.
279 :     This allows you to post the URL to another portlet.
280 :    
281 :     Set anchor to false if you do not want the page to refresh and anchor to the
282 :     current portlet.
283 :    
284 :     Set encrypt to true if you want to encrypt all the parameter values.
285 :    
286 :     Set doAsUserId to process this URL as if it is accessed by the specified
287 :     user.
288 :    
289 :     Set portletConfiguration to true if you want to pass the parameters needed
290 :     when you are accessing a portlet that is wrapped by the Portlet
291 :     Configuration portlet.
292 :     -->
293 :    
294 :     <tag>
295 :     <name>renderURL</name>
296 :     <tag-class>com.liferay.taglib.portlet.RenderURLTag</tag-class>
297 :     <tei-class>com.liferay.taglib.portlet.RenderURLTei</tei-class>
298 :     <body-content>JSP</body-content>
299 :     <attribute>
300 :     <name>windowState</name>
301 :     <required>false</required>
302 :     <rtexprvalue>true</rtexprvalue>
303 :     </attribute>
304 :     <attribute>
305 :     <name>portletMode</name>
306 :     <required>false</required>
307 :     <rtexprvalue>true</rtexprvalue>
308 :     </attribute>
309 :     <attribute>
310 :     <name>var</name>
311 :     <required>false</required>
312 :     <rtexprvalue>true</rtexprvalue>
313 :     </attribute>
314 :     <attribute>
315 :     <name>varImpl</name>
316 :     <required>false</required>
317 :     <rtexprvalue>true</rtexprvalue>
318 :     </attribute>
319 :     <attribute>
320 :     <name>secure</name>
321 :     <required>false</required>
322 :     <rtexprvalue>true</rtexprvalue>
323 :     </attribute>
324 :     <attribute>
325 :     <name>copyCurrentRenderParameters</name>
326 :     <required>false</required>
327 :     <rtexprvalue>true</rtexprvalue>
328 :     </attribute>
329 :     <attribute>
330 :     <name>escapeXml</name>
331 :     <required>false</required>
332 :     <rtexprvalue>true</rtexprvalue>
333 :     </attribute>
334 :     <attribute>
335 :     <name>plid</name>
336 :     <required>false</required>
337 :     <rtexprvalue>true</rtexprvalue>
338 :     </attribute>
339 :     <attribute>
340 :     <name>portletName</name>
341 :     <required>false</required>
342 :     <rtexprvalue>true</rtexprvalue>
343 :     </attribute>
344 :     <attribute>
345 :     <name>anchor</name>
346 :     <required>false</required>
347 :     <rtexprvalue>true</rtexprvalue>
348 :     </attribute>
349 :     <attribute>
350 :     <name>encrypt</name>
351 :     <required>false</required>
352 :     <rtexprvalue>true</rtexprvalue>
353 :     </attribute>
354 :     <attribute>
355 :     <name>doAsUserId</name>
356 :     <required>false</required>
357 :     <rtexprvalue>true</rtexprvalue>
358 :     </attribute>
359 :     <attribute>
360 :     <name>portletConfiguration</name>
361 :     <required>false</required>
362 :     <rtexprvalue>true</rtexprvalue>
363 :     </attribute>
364 :     </tag>
365 :     <tag>
366 :     <name>renderURLParams</name>
367 :     <tag-class>com.liferay.taglib.portlet.RenderURLParamsTag</tag-class>
368 :     <body-content>JSP</body-content>
369 :     <attribute>
370 :     <name>varImpl</name>
371 :     <required>true</required>
372 :     <rtexprvalue>true</rtexprvalue>
373 :     </attribute>
374 :     </tag>
375 :    
376 :     <!--
377 :     liferay-portlet:resourceURL is similar to portlet:resourceURL except it has
378 :     the additional attributes plid, portletName, anchor, and encrypt.
379 :    
380 :     Set varImpl to set the PortletURL object. This gives you an object reference
381 :     to the underlying URL implementation.
382 :    
383 :     Set plid to the plid of another layout. This allows you to post the URL to
384 :     another layout.
385 :    
386 :     Set portletName to the name of a portlet other than the current portlet.
387 :     This allows you to post the URL to another portlet.
388 :    
389 :     Set anchor to false if you do not want the page to refresh and anchor to the
390 :     current portlet.
391 :    
392 :     Set encrypt to true if you want to encrypt all the parameter values.
393 :    
394 :     Set doAsUserId to process this URL as if it is accessed by the specified
395 :     user.
396 :    
397 :     Set portletConfiguration to true if you want to pass the parameters needed
398 :     when you are accessing a portlet that is wrapped by the Portlet
399 :     Configuration portlet.
400 :     -->
401 :    
402 :     <tag>
403 :     <name>resourceURL</name>
404 :     <tag-class>com.liferay.taglib.portlet.ResourceURLTag</tag-class>
405 :     <tei-class>com.liferay.taglib.portlet.ResourceURLTei</tei-class>
406 :     <body-content>JSP</body-content>
407 :     <attribute>
408 :     <name>windowState</name>
409 :     <required>false</required>
410 :     <rtexprvalue>true</rtexprvalue>
411 :     </attribute>
412 :     <attribute>
413 :     <name>portletMode</name>
414 :     <required>false</required>
415 :     <rtexprvalue>true</rtexprvalue>
416 :     </attribute>
417 :     <attribute>
418 :     <name>var</name>
419 :     <required>false</required>
420 :     <rtexprvalue>true</rtexprvalue>
421 :     </attribute>
422 :     <attribute>
423 :     <name>varImpl</name>
424 :     <required>false</required>
425 :     <rtexprvalue>true</rtexprvalue>
426 :     </attribute>
427 :     <attribute>
428 :     <name>secure</name>
429 :     <required>false</required>
430 :     <rtexprvalue>true</rtexprvalue>
431 :     </attribute>
432 :     <attribute>
433 :     <name>copyCurrentRenderParameters</name>
434 :     <required>false</required>
435 :     <rtexprvalue>true</rtexprvalue>
436 :     </attribute>
437 :     <attribute>
438 :     <name>escapeXml</name>
439 :     <required>false</required>
440 :     <rtexprvalue>true</rtexprvalue>
441 :     </attribute>
442 :     <attribute>
443 :     <name>plid</name>
444 :     <required>false</required>
445 :     <rtexprvalue>true</rtexprvalue>
446 :     </attribute>
447 :     <attribute>
448 :     <name>portletName</name>
449 :     <required>false</required>
450 :     <rtexprvalue>true</rtexprvalue>
451 :     </attribute>
452 :     <attribute>
453 :     <name>anchor</name>
454 :     <required>false</required>
455 :     <rtexprvalue>true</rtexprvalue>
456 :     </attribute>
457 :     <attribute>
458 :     <name>encrypt</name>
459 :     <required>false</required>
460 :     <rtexprvalue>true</rtexprvalue>
461 :     </attribute>
462 :     <attribute>
463 :     <name>doAsUserId</name>
464 :     <required>false</required>
465 :     <rtexprvalue>true</rtexprvalue>
466 :     </attribute>
467 :     <attribute>
468 :     <name>portletConfiguration</name>
469 :     <required>false</required>
470 :     <rtexprvalue>true</rtexprvalue>
471 :     </attribute>
472 :     </tag>
473 :     <tag>
474 :     <name>param</name>
475 :     <tag-class>com.liferay.taglib.util.ParamTag</tag-class>
476 :     <body-content>JSP</body-content>
477 :     <attribute>
478 :     <name>name</name>
479 :     <required>true</required>
480 :     <rtexprvalue>true</rtexprvalue>
481 :     </attribute>
482 :     <attribute>
483 :     <name>value</name>
484 :     <required>true</required>
485 :     <rtexprvalue>true</rtexprvalue>
486 :     </attribute>
487 :     </tag>
488 :     <tag>
489 :     <name>preview</name>
490 :     <tag-class>com.liferay.taglib.portletext.PreviewTag</tag-class>
491 :     <body-content>JSP</body-content>
492 :     <attribute>
493 :     <name>portletName</name>
494 :     <required>true</required>
495 :     <rtexprvalue>true</rtexprvalue>
496 :     </attribute>
497 :     <attribute>
498 :     <name>queryString</name>
499 :     <required>false</required>
500 :     <rtexprvalue>true</rtexprvalue>
501 :     </attribute>
502 :     <attribute>
503 :     <name>width</name>
504 :     <required>false</required>
505 :     <rtexprvalue>true</rtexprvalue>
506 :     </attribute>
507 :     </tag>
508 :     <tag>
509 :     <name>runtime</name>
510 :     <tag-class>com.liferay.taglib.portletext.RuntimeTag</tag-class>
511 :     <body-content>JSP</body-content>
512 :     <attribute>
513 :     <name>portletName</name>
514 :     <required>true</required>
515 :     <rtexprvalue>true</rtexprvalue>
516 :     </attribute>
517 :     <attribute>
518 :     <name>queryString</name>
519 :     <required>false</required>
520 :     <rtexprvalue>true</rtexprvalue>
521 :     </attribute>
522 :     <attribute>
523 :     <name>defaultPreferences</name>
524 :     <required>false</required>
525 :     <rtexprvalue>true</rtexprvalue>
526 :     </attribute>
527 :     </tag>
528 :     </taglib>

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge