paging.tld 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8" ?>
  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 http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
  5. version="2.0">
  6. <description>Hotent software Paging</description>
  7. <display-name>Hotent software Paging</display-name>
  8. <tlib-version>1.0</tlib-version>
  9. <short-name>paging</short-name>
  10. <uri>http://www.jee-soft.cn/paging</uri>
  11. <tag>
  12. <description>
  13. 分页标签
  14. </description>
  15. <name>paging</name>
  16. <tag-class>com.hotent.core.web.tag.PageTag</tag-class>
  17. <body-content>JSP</body-content>
  18. <attribute>
  19. <description>
  20. </description>
  21. <name>tableId</name>
  22. <required>true</required>
  23. <rtexprvalue>true</rtexprvalue>
  24. </attribute>
  25. <attribute>
  26. <description>
  27. </description>
  28. <name>showExplain</name>
  29. <required>false</required>
  30. <rtexprvalue>true</rtexprvalue>
  31. </attribute>
  32. <attribute>
  33. <description>
  34. </description>
  35. <name>showPageSize</name>
  36. <required>false</required>
  37. <rtexprvalue>true</rtexprvalue>
  38. </attribute>
  39. </tag>
  40. </taglib>