mytag.tld
上传用户:huijianzhu
上传日期:2009-11-25
资源大小:9825k
文件大小:4k
源码类别:

电子政务应用

开发平台:

Java

  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
  3.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd"
  5.     version="2.0">
  6.     <description>A tag library exercising SimpleTag handlers.</description>
  7.     <tlib-version>1.0</tlib-version>
  8.   <short-name>examples</short-name>
  9.   <uri>/demotag</uri>
  10.   <description>
  11. A simple tab library for the examples
  12.   </description>
  13. <tag>
  14. <name>printBrowser</name>
  15. <tag-class>cn.com.xunuo.webapp.tag.OutBrowserSupport</tag-class>
  16. <body-content>jsp</body-content>
  17. <attribute>
  18. <name>value</name>
  19. <required>true</required>
  20. <rtexprvalue>true</rtexprvalue>
  21. </attribute>
  22. </tag>
  23. <tag>
  24. <name>printPath</name>
  25. <tag-class>cn.com.xunuo.webapp.tag.OutPathSupport</tag-class>
  26. <body-content>jsp</body-content>
  27. <attribute>
  28. <name>value</name>
  29. <required>true</required>
  30. <rtexprvalue>true</rtexprvalue>
  31. </attribute>
  32. </tag>
  33. <tag>
  34. <name>printInfo</name>
  35. <tag-class>cn.com.xunuo.webapp.tag.OutInfoSupport</tag-class>
  36. <body-content>jsp</body-content>
  37. <attribute>
  38. <name>value</name>
  39. <required>true</required>
  40. <rtexprvalue>true</rtexprvalue>
  41. </attribute>
  42. </tag>
  43. <tag>
  44. <name>out</name>
  45. <tag-class>cn.com.xunuo.webapp.tag.OutSupport</tag-class>
  46. <body-content>jsp</body-content>
  47. <attribute> 
  48. <name>value</name> 
  49. <required>true</required> 
  50. <rtexprvalue>true</rtexprvalue> 
  51. </attribute> 
  52. <attribute> 
  53. <name>counts</name> 
  54. <required>false</required> 
  55. <rtexprvalue>false</rtexprvalue> 
  56. </attribute> 
  57. <attribute> 
  58. <name>escapeXml</name>
  59. <required>false</required> 
  60. <rtexprvalue>false</rtexprvalue> 
  61. </attribute> 
  62. <attribute> 
  63. <name>dot</name>
  64. <required>false</required> 
  65. <rtexprvalue>false</rtexprvalue> 
  66. </attribute> 
  67. </tag>
  68. <tag>
  69. <name>set</name>
  70. <tag-class>cn.com.xunuo.webapp.tag.SetSupport</tag-class>
  71. <body-content>jsp</body-content>
  72. <attribute> 
  73. <name>sessionid</name> 
  74. <required>false</required> 
  75. <rtexprvalue>false</rtexprvalue> 
  76. </attribute> 
  77. <attribute> 
  78. <name>columnid</name> 
  79. <required>false</required> 
  80. <rtexprvalue>false</rtexprvalue> 
  81. </attribute> 
  82. <attribute> 
  83. <name>var</name> 
  84. <required>false</required> 
  85. <rtexprvalue>false</rtexprvalue> 
  86. </attribute>
  87. <attribute> 
  88. <name>sort</name> 
  89. <required>false</required> 
  90. <rtexprvalue>false</rtexprvalue> 
  91. </attribute>
  92. <attribute> 
  93. <name>numid</name> 
  94. <required>false</required> 
  95. <rtexprvalue>false</rtexprvalue> 
  96. </attribute>
  97. <attribute> 
  98. <name>number</name> 
  99. <required>false</required> 
  100. <rtexprvalue>false</rtexprvalue> 
  101. </attribute>
  102. </tag>
  103. <tag>
  104. <name>get</name>
  105. <tag-class>cn.com.xunuo.webapp.tag.GetSupport</tag-class>
  106. <body-content>jsp</body-content>
  107. <attribute> 
  108. <name>columnid</name> 
  109. <required>false</required> 
  110. <rtexprvalue>false</rtexprvalue> 
  111. </attribute> 
  112. <attribute> 
  113. <name>sessionid</name> 
  114. <required>false</required> 
  115. <rtexprvalue>false</rtexprvalue> 
  116. </attribute> 
  117. <attribute> 
  118. <name>var</name> 
  119. <required>false</required> 
  120. <rtexprvalue>false</rtexprvalue> 
  121. </attribute>
  122. <attribute> 
  123. <name>sort</name> 
  124. <required>false</required> 
  125. <rtexprvalue>false</rtexprvalue> 
  126. </attribute>
  127. <attribute> 
  128. <name>property</name> 
  129. <required>false</required> 
  130. <rtexprvalue>false</rtexprvalue> 
  131. </attribute>
  132. </tag>
  133. <tag>
  134. <name>layout</name>
  135. <tagclass>cn.com.xunuo.webapp.tag.LayoutSupport</tagclass>
  136. <bodycontent>JSP</bodycontent>
  137. <attribute>
  138. <name>id</name>
  139. <required>true</required>
  140. <rtexprvalue>true</rtexprvalue>
  141. </attribute>
  142. <attribute>
  143. <name>mainPage</name>
  144. <required>false</required>
  145. <rtexprvalue>true</rtexprvalue>
  146. </attribute>
  147. <attribute>
  148. <name>errorPage</name>
  149. <required>false</required>
  150. <rtexprvalue>true</rtexprvalue>
  151. </attribute>
  152. <attribute>
  153. <name>baseDir</name>
  154. <required>false</required>
  155. <rtexprvalue>true</rtexprvalue>
  156. </attribute>
  157. </tag>
  158. </taglib>