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

电子政务应用

开发平台:

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>hr</shortname>
  9.   <info>
  10.     This taglib provides tags for VNeX Intranet system organization module.
  11.   </info>
  12.   <!--organization-->
  13.   <tag>
  14.     <name>EmployeeList</name>
  15.     <tagclass>com.vnex.intranet.hr.employer_info.taglib.EmployeeListTag</tagclass>
  16.     <bodycontent>JSP</bodycontent>
  17.     <info> </info>
  18. <attribute>
  19.          <name>divisionId</name>
  20.          <required>false</required>
  21.          <rtexprvalue>true</rtexprvalue>
  22. </attribute>
  23. <attribute>
  24.          <name>pureDivisionId</name>
  25.          <required>false</required>
  26.          <rtexprvalue>true</rtexprvalue>
  27. </attribute>
  28.         <attribute>
  29.          <name>empIds</name>
  30.          <required>false</required>
  31.          <rtexprvalue>true</rtexprvalue>
  32. </attribute>
  33.   </tag>
  34.   <tag>
  35.     <name>EmployeeAttribute</name>
  36.     <tagclass>com.vnex.intranet.hr.employer_info.taglib.EmployeeAttributeTag</tagclass>
  37.     <bodycontent>JSP</bodycontent>
  38.     <info> </info>
  39.     <attribute>
  40.       <name>attribute</name>
  41.       <required>true</required>
  42.       <rtexprvalue>true</rtexprvalue>
  43.     </attribute>
  44.   </tag>
  45.   <tag>
  46.     <name>DutyList</name>
  47.     <tagclass>com.vnex.intranet.hr.employer_info.taglib.DutyListTag</tagclass>
  48.     <bodycontent>JSP</bodycontent>
  49.     <info> </info>
  50. <attribute>
  51.       <name>divisionId</name>
  52.       <required>true</required>
  53.       <rtexprvalue>true</rtexprvalue>
  54. </attribute>
  55.   </tag>
  56.   <tag>
  57.     <name>DutyAttribute</name>
  58.     <tagclass>com.vnex.intranet.hr.employer_info.taglib.DutyAttributeTag</tagclass>
  59.     <bodycontent>JSP</bodycontent>
  60.     <info> </info>
  61.     <attribute>
  62.       <name>attribute</name>
  63.       <required>true</required>
  64.       <rtexprvalue>true</rtexprvalue>
  65.     </attribute>
  66.   </tag>
  67. </taglib>