PageRenderTime 354ms CodeModel.GetById 339ms RepoModel.GetById 1ms app.codeStats 0ms

/web-app/WEB-INF/tld/spring.tld

http://github.com/jdmr/mateo
text | 311 lines | 234 code | 77 blank | 0 comment | 0 complexity | 39a28531f57375620e9daf39a9d6c732 MD5 | raw file
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  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. <taglib>
  4. <tlib-version>1.1.1</tlib-version>
  5. <jsp-version>1.2</jsp-version>
  6. <short-name>Spring</short-name>
  7. <uri>http://www.springframework.org/tags</uri>
  8. <description>Spring Framework JSP Tag Library. Authors: Rod Johnson, Juergen Hoeller</description>
  9. <tag>
  10. <name>htmlEscape</name>
  11. <tag-class>org.springframework.web.servlet.tags.HtmlEscapeTag</tag-class>
  12. <body-content>JSP</body-content>
  13. <description>
  14. Sets default HTML escape value for the current page.
  15. Overrides a "defaultHtmlEscape" context-param in web.xml, if any.
  16. </description>
  17. <attribute>
  18. <name>defaultHtmlEscape</name>
  19. <required>true</required>
  20. <rtexprvalue>true</rtexprvalue>
  21. </attribute>
  22. </tag>
  23. <tag>
  24. <name>escapeBody</name>
  25. <tag-class>org.springframework.web.servlet.tags.EscapeBodyTag</tag-class>
  26. <body-content>JSP</body-content>
  27. <description>
  28. Escapes its enclosed body content, applying HTML escaping and/or JavaScript escaping.
  29. The HTML escaping flag participates in a page-wide or application-wide setting
  30. (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
  31. </description>
  32. <attribute>
  33. <name>htmlEscape</name>
  34. <required>false</required>
  35. <rtexprvalue>true</rtexprvalue>
  36. </attribute>
  37. <attribute>
  38. <name>javaScriptEscape</name>
  39. <required>false</required>
  40. <rtexprvalue>true</rtexprvalue>
  41. </attribute>
  42. </tag>
  43. <tag>
  44. <name>message</name>
  45. <tag-class>org.springframework.web.servlet.tags.MessageTag</tag-class>
  46. <body-content>JSP</body-content>
  47. <description>
  48. Retrieves the message with the given code, or text if code isn't resolvable.
  49. The HTML escaping flag participates in a page-wide or application-wide setting
  50. (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
  51. </description>
  52. <attribute>
  53. <name>code</name>
  54. <required>false</required>
  55. <rtexprvalue>true</rtexprvalue>
  56. </attribute>
  57. <attribute>
  58. <name>arguments</name>
  59. <required>false</required>
  60. <rtexprvalue>true</rtexprvalue>
  61. </attribute>
  62. <attribute>
  63. <name>text</name>
  64. <required>false</required>
  65. <rtexprvalue>true</rtexprvalue>
  66. </attribute>
  67. <attribute>
  68. <name>var</name>
  69. <required>false</required>
  70. <rtexprvalue>true</rtexprvalue>
  71. </attribute>
  72. <attribute>
  73. <name>scope</name>
  74. <required>false</required>
  75. <rtexprvalue>true</rtexprvalue>
  76. </attribute>
  77. <attribute>
  78. <name>htmlEscape</name>
  79. <required>false</required>
  80. <rtexprvalue>true</rtexprvalue>
  81. </attribute>
  82. <attribute>
  83. <name>javaScriptEscape</name>
  84. <required>false</required>
  85. <rtexprvalue>true</rtexprvalue>
  86. </attribute>
  87. </tag>
  88. <tag>
  89. <name>theme</name>
  90. <tag-class>org.springframework.web.servlet.tags.ThemeTag</tag-class>
  91. <body-content>JSP</body-content>
  92. <description>
  93. Retrieves the theme message with the given code, or text if code isn't resolvable.
  94. The HTML escaping flag participates in a page-wide or application-wide setting
  95. (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
  96. </description>
  97. <attribute>
  98. <name>code</name>
  99. <required>false</required>
  100. <rtexprvalue>true</rtexprvalue>
  101. </attribute>
  102. <attribute>
  103. <name>arguments</name>
  104. <required>false</required>
  105. <rtexprvalue>true</rtexprvalue>
  106. </attribute>
  107. <attribute>
  108. <name>text</name>
  109. <required>false</required>
  110. <rtexprvalue>true</rtexprvalue>
  111. </attribute>
  112. <attribute>
  113. <name>var</name>
  114. <required>false</required>
  115. <rtexprvalue>true</rtexprvalue>
  116. </attribute>
  117. <attribute>
  118. <name>scope</name>
  119. <required>false</required>
  120. <rtexprvalue>true</rtexprvalue>
  121. </attribute>
  122. <attribute>
  123. <name>htmlEscape</name>
  124. <required>false</required>
  125. <rtexprvalue>true</rtexprvalue>
  126. </attribute>
  127. <attribute>
  128. <name>javaScriptEscape</name>
  129. <required>false</required>
  130. <rtexprvalue>true</rtexprvalue>
  131. </attribute>
  132. </tag>
  133. <tag>
  134. <name>hasBindErrors</name>
  135. <tag-class>org.springframework.web.servlet.tags.BindErrorsTag</tag-class>
  136. <body-content>JSP</body-content>
  137. <description>
  138. Provides Errors instance in case of bind errors.
  139. The HTML escaping flag participates in a page-wide or application-wide setting
  140. (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
  141. </description>
  142. <variable>
  143. <name-given>errors</name-given>
  144. <variable-class>org.springframework.validation.Errors</variable-class>
  145. </variable>
  146. <attribute>
  147. <name>name</name>
  148. <required>true</required>
  149. <rtexprvalue>true</rtexprvalue>
  150. </attribute>
  151. <attribute>
  152. <name>htmlEscape</name>
  153. <required>false</required>
  154. <rtexprvalue>true</rtexprvalue>
  155. </attribute>
  156. </tag>
  157. <tag>
  158. <name>nestedPath</name>
  159. <tag-class>org.springframework.web.servlet.tags.NestedPathTag</tag-class>
  160. <body-content>JSP</body-content>
  161. <description>
  162. Sets a nested path to be used by the bind tag's path.
  163. </description>
  164. <variable>
  165. <name-given>nestedPath</name-given>
  166. <variable-class>java.lang.String</variable-class>
  167. </variable>
  168. <attribute>
  169. <name>path</name>
  170. <required>true</required>
  171. <rtexprvalue>true</rtexprvalue>
  172. </attribute>
  173. </tag>
  174. <tag>
  175. <name>bind</name>
  176. <tag-class>org.springframework.web.servlet.tags.BindTag</tag-class>
  177. <body-content>JSP</body-content>
  178. <description>
  179. Provides BindStatus object for the given bind path.
  180. The HTML escaping flag participates in a page-wide or application-wide setting
  181. (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
  182. </description>
  183. <variable>
  184. <name-given>status</name-given>
  185. <variable-class>org.springframework.web.servlet.support.BindStatus</variable-class>
  186. </variable>
  187. <attribute>
  188. <name>path</name>
  189. <required>true</required>
  190. <rtexprvalue>true</rtexprvalue>
  191. </attribute>
  192. <attribute>
  193. <name>ignoreNestedPath</name>
  194. <required>false</required>
  195. <rtexprvalue>true</rtexprvalue>
  196. </attribute>
  197. <attribute>
  198. <name>htmlEscape</name>
  199. <required>false</required>
  200. <rtexprvalue>true</rtexprvalue>
  201. </attribute>
  202. </tag>
  203. <tag>
  204. <name>transform</name>
  205. <tag-class>org.springframework.web.servlet.tags.TransformTag</tag-class>
  206. <body-content>JSP</body-content>
  207. <description>
  208. Provides transformation of variables to Strings, using an appropriate
  209. custom PropertyEditor from BindTag (can only be used inside BindTag).
  210. The HTML escaping flag participates in a page-wide or application-wide setting
  211. (i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
  212. </description>
  213. <attribute>
  214. <name>value</name>
  215. <required>true</required>
  216. <rtexprvalue>true</rtexprvalue>
  217. </attribute>
  218. <attribute>
  219. <name>var</name>
  220. <required>false</required>
  221. <rtexprvalue>true</rtexprvalue>
  222. </attribute>
  223. <attribute>
  224. <name>scope</name>
  225. <required>false</required>
  226. <rtexprvalue>true</rtexprvalue>
  227. </attribute>
  228. <attribute>
  229. <name>htmlEscape</name>
  230. <required>false</required>
  231. <rtexprvalue>true</rtexprvalue>
  232. </attribute>
  233. </tag>
  234. </taglib>