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-util.tld
[abportal] / src / main / webapp / WEB-INF / tld / liferay-util.tld Repository:
ViewVC logotype

Annotation of /src/main/webapp/WEB-INF/tld/liferay-util.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.2</tlib-version>
6 :     <jsp-version>1.1</jsp-version>
7 :     <short-name>liferay-util</short-name>
8 :     <uri>http://liferay.com/tld/util</uri>
9 :     <tag>
10 :     <name>buffer</name>
11 :     <tag-class>com.liferay.taglib.util.BufferTag</tag-class>
12 :     <tei-class>com.liferay.taglib.util.BufferTei</tei-class>
13 :     <body-content>JSP</body-content>
14 :     <attribute>
15 :     <name>var</name>
16 :     <required>true</required>
17 :     <rtexprvalue>true</rtexprvalue>
18 :     </attribute>
19 :     </tag>
20 :     <tag>
21 :     <name>get-url</name>
22 :     <tag-class>com.liferay.taglib.util.GetUrlTag</tag-class>
23 :     <tei-class>com.liferay.taglib.util.GetUrlTei</tei-class>
24 :     <body-content>JSP</body-content>
25 :     <attribute>
26 :     <name>url</name>
27 :     <required>true</required>
28 :     <rtexprvalue>true</rtexprvalue>
29 :     </attribute>
30 :     <attribute>
31 :     <name>expires</name>
32 :     <required>false</required>
33 :     <rtexprvalue>true</rtexprvalue>
34 :     </attribute>
35 :     <attribute>
36 :     <name>var</name>
37 :     <required>false</required>
38 :     <rtexprvalue>true</rtexprvalue>
39 :     </attribute>
40 :     </tag>
41 :     <tag>
42 :     <name>html-bottom</name>
43 :     <tag-class>com.liferay.taglib.util.HtmlBottomTag</tag-class>
44 :     <body-content>JSP</body-content>
45 :     </tag>
46 :     <tag>
47 :     <name>html-top</name>
48 :     <tag-class>com.liferay.taglib.util.HtmlTopTag</tag-class>
49 :     <body-content>JSP</body-content>
50 :     </tag>
51 :     <tag>
52 :     <name>include</name>
53 :     <tag-class>com.liferay.taglib.util.IncludeTag</tag-class>
54 :     <body-content>JSP</body-content>
55 :     <attribute>
56 :     <name>page</name>
57 :     <required>true</required>
58 :     <rtexprvalue>true</rtexprvalue>
59 :     </attribute>
60 :     <attribute>
61 :     <name>servletContext</name>
62 :     <required>false</required>
63 :     <rtexprvalue>true</rtexprvalue>
64 :     </attribute>
65 :     </tag>
66 :     <tag>
67 :     <name>param</name>
68 :     <tag-class>com.liferay.taglib.util.ParamTag</tag-class>
69 :     <body-content>JSP</body-content>
70 :     <attribute>
71 :     <name>name</name>
72 :     <required>true</required>
73 :     <rtexprvalue>true</rtexprvalue>
74 :     </attribute>
75 :     <attribute>
76 :     <name>value</name>
77 :     <required>true</required>
78 :     <rtexprvalue>true</rtexprvalue>
79 :     </attribute>
80 :     </tag>
81 :     </taglib>

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

Powered By FusionForge