struts-template.tld
01 <?xml version="1.0" encoding="UTF-8"?>
02 
03 
04 
05 
06 
07 
08 
09 <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
10 <taglib>
11 <tlibversion>1.0</tlibversion>
12 <jspversion>1.1</jspversion>
13 <shortname>template</shortname>
14 <uri>http://jakarta.apache.org/struts/tags-template</uri>
15 <tag>
16 <name>insert</name>
17 <tagclass>org.apache.struts.taglib.template.InsertTag</tagclass>
18 <bodycontent>JSP</bodycontent>
19 <attribute>
20 <name>template</name>
21 <required>true</required>
22 <rtexprvalue>true</rtexprvalue>
23 </attribute>
24 </tag>
25 <tag>
26 <name>put</name>
27 <tagclass>org.apache.struts.taglib.template.PutTag</tagclass>
28 <bodycontent>JSP</bodycontent>
29 <attribute>
30 <name>name</name>
31 <required>true</required>
32 <rtexprvalue>true</rtexprvalue>
33 </attribute>
34 <attribute>
35 <name>role</name>
36 <required>false</required>
37 <rtexprvalue>true</rtexprvalue>
38 </attribute>
39 <attribute>
40 <name>content</name>
41 <required>false</required>
42 <rtexprvalue>true</rtexprvalue>
43 </attribute>
44 <attribute>
45 <name>direct</name>
46 <required>false</required>
47 <rtexprvalue>true</rtexprvalue>
48 </attribute>
49 </tag>
50 <tag>
51 <name>get</name>
52 <tagclass>org.apache.struts.taglib.template.GetTag</tagclass>
53 <bodycontent>empty</bodycontent>
54 <attribute>
55 <name>flush</name>
56 <required>false</required>
57 <rtexprvalue>true</rtexprvalue>
58 </attribute>
59 <attribute>
60 <name>name</name>
61 <required>true</required>
62 <rtexprvalue>true</rtexprvalue>
63 </attribute>
64 <attribute>
65 <name>role</name>
66 <required>false</required>
67 <rtexprvalue>true</rtexprvalue>
68 </attribute>
69 </tag>
70 </taglib>
71 
72