vnex.tld
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:6k
源码类别:

电子政务应用

开发平台:

Java

  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE taglib
  3.         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
  4. "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
  5. <taglib>
  6.   <tlibversion>1.0</tlibversion>
  7.   <jspversion>1.1</jspversion>
  8.   <shortname>vnex</shortname>
  9.   <info>
  10.     This taglib provides tags for VNeX Intranet system.
  11.   </info>
  12.   <tag>
  13.     <name>items</name>
  14.     <tagclass>com.vnex.intranet.taglib.ItemsTag</tagclass>
  15.     <bodycontent>JSP</bodycontent>
  16.     <info>
  17.       The inner tag in a list tag in which the items actually appear.  The
  18.       body of this tag is processed once for each item actually in the list.
  19.       This tag merely keeps a copy of the current item for the inner tags to
  20.       refer to. Must appear in a list tag.
  21.     </info>
  22.     <attribute>
  23.       <name>select</name>
  24.       <required>flase</required>
  25.       <rtexprvalue>true</rtexprvalue>
  26.     </attribute>
  27.     <attribute>
  28.       <name>paging</name>
  29.       <required>flase</required>
  30.       <rtexprvalue>true</rtexprvalue>
  31.     </attribute>
  32.     <attribute>
  33.       <name>rowPerPage</name>
  34.       <required>flase</required>
  35.       <rtexprvalue>true</rtexprvalue>
  36.     </attribute>
  37.   </tag>
  38.   <tag>
  39.     <name>pagingItems</name>
  40.     <tagclass>com.vnex.intranet.taglib.PagingItemsTag</tagclass>
  41.     <bodycontent>JSP</bodycontent>
  42.     <info>
  43.       The inner tag in a list tag in which the items actually appear.  The
  44.       body of this tag is processed once for each item actually in the list.
  45.       This tag merely keeps a copy of the current item for the inner tags to
  46.       refer to. Must appear in a list tag.
  47.     </info>
  48.   </tag>
  49.   <!-- paging -->
  50.   <tag>
  51.     <name>pagingTag</name>
  52.     <tagclass>com.vnex.intranet.taglib.PagingTag</tagclass>
  53.     <bodycontent>JSP</bodycontent>
  54.     <info> </info>
  55.     <attribute>
  56.       <name>pageName</name>
  57.       <required>true</required>
  58.       <rtexprvalue>true</rtexprvalue>
  59.     </attribute>
  60.   </tag>
  61.   
  62.   <!-- date code -->
  63.   <tag>
  64.     <name>yearTag</name>
  65.     <tagclass>com.vnex.intranet.taglib.YearTag</tagclass>
  66.     <bodycontent>JSP</bodycontent>
  67.     <info> </info>
  68.     <attribute>
  69.       <name>year</name>
  70.       <required>false</required>
  71.       <rtexprvalue>true</rtexprvalue>
  72.     </attribute>
  73.   </tag>
  74.   
  75.   <tag>
  76.     <name>monthTag</name>
  77.     <tagclass>com.vnex.intranet.taglib.MonthTag</tagclass>
  78.     <bodycontent>JSP</bodycontent>
  79.     <info> </info>
  80.   
  81.     <attribute>
  82.       <name>month</name>
  83.       <required>false</required>
  84.       <rtexprvalue>true</rtexprvalue>
  85.     </attribute>
  86.   </tag>
  87.   
  88.   <tag>
  89.     <name>dayTag</name>
  90.     <tagclass>com.vnex.intranet.taglib.DayTag</tagclass>
  91.     <bodycontent>JSP</bodycontent>
  92.     <info> </info>
  93.   
  94.     <attribute>
  95.       <name>day</name>
  96.       <required>false</required>
  97.       <rtexprvalue>true</rtexprvalue>
  98.     </attribute>
  99.   </tag>
  100.   <tag>
  101.     <name>hourTag</name>
  102.     <tagclass>com.vnex.intranet.taglib.HourTag</tagclass>
  103.     <bodycontent>JSP</bodycontent>
  104.     <info> </info>
  105.   
  106.     <attribute>
  107.       <name>hour</name>
  108.       <required>false</required>
  109.       <rtexprvalue>true</rtexprvalue>
  110.     </attribute>
  111.   </tag>
  112.   <tag>
  113.     <name>minuteTag</name>
  114.     <tagclass>com.vnex.intranet.taglib.MinuteTag</tagclass>
  115.     <bodycontent>JSP</bodycontent>
  116.     <info> </info>
  117.   
  118.     <attribute>
  119.       <name>minute</name>
  120.       <required>false</required>
  121.       <rtexprvalue>true</rtexprvalue>
  122.     </attribute>
  123.   </tag>
  124.   <tag>
  125.     <name>secondTag</name>
  126.     <tagclass>com.vnex.intranet.taglib.SecondTag</tagclass>
  127.     <bodycontent>JSP</bodycontent>
  128.     <info> </info>
  129.   
  130.     <attribute>
  131.       <name>second</name>
  132.       <required>false</required>
  133.       <rtexprvalue>true</rtexprvalue>
  134.     </attribute>
  135.   </tag>
  136.       
  137.   <tag>
  138.     <name>departmentTag</name>
  139.     <tagclass>com.vnex.intranet.taglib.DepartmentTag</tagclass>
  140.     <bodycontent>JSP</bodycontent>
  141.     <info> </info>
  142.   
  143.     <attribute>
  144.       <name>deptId</name>
  145.       <required>false</required>
  146.       <rtexprvalue>true</rtexprvalue>
  147.     </attribute>
  148.   </tag>
  149.   <tag>
  150.     <name>employeeTag</name>
  151.     <tagclass>com.vnex.intranet.taglib.EmployeeTag</tagclass>
  152.     <bodycontent>JSP</bodycontent>
  153.     <info> </info>
  154.   
  155.     <attribute>
  156.       <name>deptId</name>
  157.       <required>false</required>
  158.       <rtexprvalue>true</rtexprvalue>
  159.     </attribute>
  160.   </tag>
  161.   <tag>
  162.     <name>itemsColor</name>
  163.     <tagclass>com.vnex.intranet.taglib.ItemsColorTag</tagclass>
  164.     <bodycontent>empty</bodycontent>
  165.     <info> </info>
  166.   
  167.     <attribute>
  168.       <name>oddColor</name>
  169.       <required>false</required>
  170.       <rtexprvalue>true</rtexprvalue>
  171.     </attribute>
  172.     <attribute>
  173.       <name>evenColor</name>
  174.       <required>false</required>
  175.       <rtexprvalue>true</rtexprvalue>
  176.     </attribute>
  177.   </tag>
  178.   <tag>
  179.     <name>itemsRowNum</name>
  180.     <tagclass>com.vnex.intranet.taglib.ItemsRowNumTag</tagclass>
  181.     <bodycontent>empty</bodycontent>
  182.     <info> </info>
  183.   
  184.     <attribute>
  185.       <name>startNum</name>
  186.       <required>false</required>
  187.       <rtexprvalue>true</rtexprvalue>
  188.     </attribute>
  189.   </tag>
  190.   
  191.   
  192.   
  193.   <!-- begin of file custom tag -->  
  194.   <tag>
  195.     <name>fileList</name>
  196.     <tagclass>com.vnex.intranet.workflow.pub.taglib.FileListTag</tagclass>
  197.     <bodycontent>JSP</bodycontent>
  198.     <info> </info> 
  199.     
  200.     <attribute>
  201.       <name>collection</name>
  202.       <required>true</required>
  203.       <rtexprvalue>true</rtexprvalue>
  204.     </attribute>   
  205.   </tag>  
  206.   <tag>
  207.     <name>fileAttribute</name>
  208.     <tagclass>com.vnex.intranet.workflow.pub.taglib.FileAttributeTag</tagclass>
  209.     <bodycontent>JSP</bodycontent>
  210.     <info> </info>
  211.     <attribute>
  212.       <name>attribute</name>
  213.       <required>true</required>
  214.       <rtexprvalue>true</rtexprvalue>
  215.     </attribute>
  216.   </tag>
  217. <!-- end of file custom tag -->  
  218.   
  219.   
  220.   
  221.   
  222.   
  223.   
  224.   
  225. </taglib>