vnex_vehicle_driver.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_workflow</shortname>
  9.   <info>
  10.     This taglib provides tags for VNeX Intranet driver subsystem.
  11.   </info>
  12.   
  13.     <tag>
  14.     <name>items</name>
  15.     <tagclass>com.vnex.intranet.taglib.ItemsTag</tagclass>
  16.     <bodycontent>JSP</bodycontent>
  17.     <info>
  18.       The inner tag in a list tag in which the items actually appear.  The
  19.       body of this tag is processed once for each item actually in the list.
  20.       This tag merely keeps a copy of the current item for the inner tags to
  21.       refer to. Must appear in a list tag.
  22.     </info>
  23.   </tag>
  24.   
  25.   <!-- begin of driver management -->
  26.   
  27.   <tag>
  28.     <name>driverList</name>
  29.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.DriverListTag</tagclass>
  30.     <bodycontent>JSP</bodycontent>
  31.     <info></info>
  32.     
  33.     <attribute>
  34.       <name>condition</name>
  35.       <required>true</required>
  36.       <rtexprvalue>true</rtexprvalue>
  37.     </attribute>
  38.   </tag>
  39.   
  40.   <tag>
  41.     <name>driverAttribute</name>
  42.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.DriverAttributeTag</tagclass>
  43.     <bodycontent>JSP</bodycontent>
  44.     <info></info>
  45.     
  46.     <attribute>
  47.       <name>attribute</name>
  48.       <required>true</required>
  49.       <rtexprvalue>true</rtexprvalue>
  50.     </attribute>
  51.   </tag>
  52.   
  53.   <tag>
  54.     <name>peccancyList</name>
  55.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.PeccancyListTag</tagclass>
  56.     <bodycontent>JSP</bodycontent>
  57.     <info></info>
  58.     
  59.     <attribute>
  60.       <name>condition</name>
  61.       <required>true</required>
  62.       <rtexprvalue>true</rtexprvalue>
  63.     </attribute>
  64.   </tag>
  65.   
  66.   <tag>
  67.     <name>peccancyAttribute</name>
  68.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.PeccancyAttributeTag</tagclass>
  69.     <bodycontent>JSP</bodycontent>
  70.     <info></info>
  71.     
  72.     <attribute>
  73.       <name>attribute</name>
  74.       <required>true</required>
  75.       <rtexprvalue>true</rtexprvalue>
  76.     </attribute>
  77.   </tag>
  78.   
  79.   <tag>
  80.     <name>accidentList</name>
  81.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.AccidentListTag</tagclass>
  82.     <bodycontent>JSP</bodycontent>
  83.     <info></info>
  84.     
  85.     <attribute>
  86.       <name>condition</name>
  87.       <required>true</required>
  88.       <rtexprvalue>true</rtexprvalue>
  89.     </attribute>
  90.   </tag>
  91.   
  92.   <tag>
  93.     <name>accidentAttribute</name>
  94.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.AccidentAttributeTag</tagclass>
  95.     <bodycontent>JSP</bodycontent>
  96.     <info></info>
  97.     
  98.     <attribute>
  99.       <name>attribute</name>
  100.       <required>true</required>
  101.       <rtexprvalue>true</rtexprvalue>
  102.     </attribute>
  103.   </tag>
  104.   
  105.   <tag>
  106.     <name>workRecordList</name>
  107.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.WorkRecordListTag</tagclass>
  108.     <bodycontent>JSP</bodycontent>
  109.     <info></info>
  110.     
  111.     <attribute>
  112.       <name>condition</name>
  113.       <required>true</required>
  114.       <rtexprvalue>true</rtexprvalue>
  115.     </attribute>
  116.   </tag>
  117.   
  118.   <tag>
  119.     <name>workRecordAttribute</name>
  120.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.WorkRecordAttributeTag</tagclass>
  121.     <bodycontent>JSP</bodycontent>
  122.     <info></info>
  123.     
  124.     <attribute>
  125.       <name>attribute</name>
  126.       <required>true</required>
  127.       <rtexprvalue>true</rtexprvalue>
  128.     </attribute>
  129.   </tag>
  130.   
  131.   <tag>
  132.     <name>overtimeList</name>
  133.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.OvertimeListTag</tagclass>
  134.     <bodycontent>JSP</bodycontent>
  135.     <info></info>
  136.     
  137.     <attribute>
  138.       <name>condition</name>
  139.       <required>true</required>
  140.       <rtexprvalue>true</rtexprvalue>
  141.     </attribute>
  142.   </tag>
  143.   
  144.   <tag>
  145.     <name>overtimeAttribute</name>
  146.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.OvertimeAttributeTag</tagclass>
  147.     <bodycontent>JSP</bodycontent>
  148.     <info></info>
  149.     
  150.     <attribute>
  151.       <name>attribute</name>
  152.       <required>true</required>
  153.       <rtexprvalue>true</rtexprvalue>
  154.     </attribute>
  155.   </tag>
  156.   
  157.   <tag>
  158.     <name>drivingFeeList</name>
  159.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.DrivingFeeListTag</tagclass>
  160.     <bodycontent>JSP</bodycontent>
  161.     <info></info>
  162.     
  163.     <attribute>
  164.       <name>condition</name>
  165.       <required>true</required>
  166.       <rtexprvalue>true</rtexprvalue>
  167.     </attribute>
  168.   </tag>
  169.   
  170.   <tag>
  171.     <name>drivingFeeAttribute</name>
  172.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.DrivingFeeAttributeTag</tagclass>
  173.     <bodycontent>JSP</bodycontent>
  174.     <info></info>
  175.     
  176.     <attribute>
  177.       <name>attribute</name>
  178.       <required>true</required>
  179.       <rtexprvalue>true</rtexprvalue>
  180.     </attribute>
  181.   </tag>
  182.   
  183.   <tag>
  184.     <name>safetyDrivingList</name>
  185.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.SafetyDrivingListTag</tagclass>
  186.     <bodycontent>JSP</bodycontent>
  187.     <info></info>
  188.     
  189.     <attribute>
  190.       <name>condition</name>
  191.       <required>true</required>
  192.       <rtexprvalue>true</rtexprvalue>
  193.     </attribute>
  194.   </tag>
  195.   
  196.   <tag>
  197.     <name>safetyDrivingAttribute</name>
  198.     <tagclass>com.vnex.intranet.vehicle.driver.taglib.SafetyDrivingAttributeTag</tagclass>
  199.     <bodycontent>JSP</bodycontent>
  200.     <info></info>
  201.     
  202.     <attribute>
  203.       <name>attribute</name>
  204.       <required>true</required>
  205.       <rtexprvalue>true</rtexprvalue>
  206.     </attribute>
  207.   </tag>
  208.   
  209.   <!--end of driver management tag-->
  210.       
  211. </taglib>