ResultTag.tld
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <?xml version="1.0" encoding="gb2312" ?>
  2.   <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
  3.   
  4. <!-- a tag library descriptor -->
  5.   
  6. <taglib>
  7.    <tlibversion>1.0</tlibversion>
  8.    <jspversion>1.1</jspversion>
  9.    <shortname>ResultIterator</shortname>
  10.    <uri></uri>
  11.    <info>ResultTag</info>
  12.   <tag>
  13.     <name>RITag</name>
  14.     <tagclass>cn.js.fan.db.RITag</tagclass>
  15.     <bodycontent>JSP</bodycontent>
  16.     <info>RITag</info>
  17.     <attribute>
  18. <name>query</name>
  19. <required>true</required>
  20. <rtexprvalue>false</rtexprvalue>
  21.     </attribute>
  22.     <attribute>
  23. <name>db</name>
  24. <required>true</required>
  25. <rtexprvalue>false</rtexprvalue>
  26.     </attribute>
  27.   </tag>
  28.   <tag>
  29.     <name>RRTag</name>
  30.     <tagclass>cn.js.fan.db.RRTag</tagclass>
  31.     <bodycontent>JSP</bodycontent>
  32.     <info>RITag</info>
  33.     <attribute>
  34. <name>field</name>
  35. <required>true</required>
  36. <rtexprvalue>false</rtexprvalue>
  37.     </attribute>
  38.   </tag>
  39. </taglib>