DirListTag.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>DirListTag</shortname>
  10.    <uri></uri>
  11.    <info>DirListTag</info>
  12.   <tag>
  13.     <name>DirListTag</name>
  14.     <tagclass>cn.js.fan.module.cms.DirListTag</tagclass>
  15.     <bodycontent>JSP</bodycontent>
  16.     <info>DirListTag</info>
  17.     <attribute>
  18. <name>parentCode</name>
  19. <required>true</required>
  20. <rtexprvalue>true</rtexprvalue>
  21.     </attribute>
  22.   </tag>
  23.   <tag>
  24.     <name>DirListItemTag</name>
  25.     <tagclass>cn.js.fan.module.cms.DirListItemTag</tagclass>
  26.     <bodycontent>JSP</bodycontent>
  27.     <info>DirListItemTag</info>
  28.     <attribute>
  29. <name>field</name>
  30. <required>true</required>
  31. <rtexprvalue>false</rtexprvalue>
  32.     </attribute>
  33.     <attribute>
  34. <name>mode</name>
  35. <required>false</required>
  36. <rtexprvalue>false</rtexprvalue>
  37.     </attribute>
  38.     <attribute>
  39. <name>length</name>
  40. <required>false</required>
  41. <rtexprvalue>false</rtexprvalue>
  42.     </attribute>        
  43.   </tag>
  44. </taglib>