appfuse.tld
3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8" ?>
<taglib
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
version="2.1">
<tlib-version>1.0</tlib-version>
<short-name>appfuse-spring</short-name>
<uri>http://www.appfuse.org/tags/spring</uri>
<tag>
<name>label</name>
<tag-class>com.myproject.webapp.taglib.LabelTag</tag-class>
<body-content>JSP</body-content>
<attribute>
<name>key</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>colon</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>styleClass</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>errorClass</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>constants</name>
<tag-class>com.myproject.webapp.taglib.ConstantsTag</tag-class>
<tei-class>com.myproject.webapp.taglib.ConstantsTei</tei-class>
<body-content>empty</body-content>
<attribute>
<name>className</name>
</attribute>
<attribute>
<name>scope</name>
</attribute>
<attribute>
<name>var</name>
</attribute>
</tag>
<tag>
<name>country</name>
<tag-class>com.myproject.webapp.taglib.CountryTag</tag-class>
<body-content>empty</body-content>
<attribute>
<name>name</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>prompt</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>default</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>toScope</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<description>
Tag surrounds JSP code in which EL expressions should not be XML-escaped.
</description>
<name>out</name>
<tag-class>com.myproject.webapp.taglib.OutTag</tag-class>
<body-content>JSP</body-content>
<attribute>
<description>
Determines whether characters <,>,&,'," in EL expression values
will be converted to their corresponding character entity codes.
Default value is true.
</description>
<name>escapeXml</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>