vnex_vehicle_driver.tld
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:6k
源码类别:
电子政务应用
开发平台:
Java
- <?xml version="1.0" encoding="ISO-8859-1" ?>
- <!DOCTYPE taglib
- PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
- "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
- <taglib>
- <tlibversion>1.0</tlibversion>
- <jspversion>1.1</jspversion>
- <shortname>vnex_workflow</shortname>
- <info>
- This taglib provides tags for VNeX Intranet driver subsystem.
- </info>
- <tag>
- <name>items</name>
- <tagclass>com.vnex.intranet.taglib.ItemsTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info>
- The inner tag in a list tag in which the items actually appear. The
- body of this tag is processed once for each item actually in the list.
- This tag merely keeps a copy of the current item for the inner tags to
- refer to. Must appear in a list tag.
- </info>
- </tag>
- <!-- begin of driver management -->
- <tag>
- <name>driverList</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.DriverListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>condition</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>driverAttribute</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.DriverAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>peccancyList</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.PeccancyListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>condition</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>peccancyAttribute</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.PeccancyAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>accidentList</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.AccidentListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>condition</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>accidentAttribute</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.AccidentAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>workRecordList</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.WorkRecordListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>condition</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>workRecordAttribute</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.WorkRecordAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>overtimeList</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.OvertimeListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>condition</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>overtimeAttribute</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.OvertimeAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>drivingFeeList</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.DrivingFeeListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>condition</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>drivingFeeAttribute</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.DrivingFeeAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>safetyDrivingList</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.SafetyDrivingListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>condition</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>safetyDrivingAttribute</name>
- <tagclass>com.vnex.intranet.vehicle.driver.taglib.SafetyDrivingAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info></info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <!--end of driver management tag-->
- </taglib>