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

电子政务应用

开发平台:

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>addresslist</shortname>
  9.   <info>
  10.     This taglib provides tags for VNeX Intranet system personal address list module.
  11.   </info>
  12.   <tag>
  13.     <name>employeeGroupList</name>
  14.     <tagclass>com.vnex.intranet.employee.taglib.EmployeeGroupListTag</tagclass>
  15.     <bodycontent>JSP</bodycontent>
  16.     <info> </info>
  17.     
  18.     <attribute>
  19.       <name>queryStr</name>
  20.       <required>false</required>
  21.       <rtexprvalue>true</rtexprvalue>
  22.     </attribute>
  23.     
  24.   </tag>
  25.   <tag>
  26.     <name>employeeGroupAttribute</name>
  27.     <tagclass>com.vnex.intranet.employee.taglib.EmployeeGroupAttributeTag</tagclass>
  28.     <bodycontent>JSP</bodycontent>
  29.     <info> </info>
  30.     <attribute>
  31.       <name>attribute</name>
  32.       <required>true</required>
  33.       <rtexprvalue>true</rtexprvalue>
  34.     </attribute>
  35.   </tag>
  36.   <tag>
  37.     <name>employeeTag</name>
  38.     <tagclass>com.vnex.intranet.employee.taglib.EmployeeTag</tagclass>
  39.     <bodycontent>JSP</bodycontent>
  40.     <info> </info>
  41.     
  42.     <attribute>
  43.       <name>queryStr</name>
  44.       <required>false</required>
  45.       <rtexprvalue>true</rtexprvalue>
  46.     </attribute>
  47.   </tag>
  48.   <tag>
  49.     <name>employeeList</name>
  50.     <tagclass>com.vnex.intranet.employee.taglib.EmployeeListTag</tagclass>
  51.     <bodycontent>JSP</bodycontent>
  52.     <info> </info>
  53.     
  54.     <attribute>
  55.       <name>queryStr</name>
  56.       <required>false</required>
  57.       <rtexprvalue>true</rtexprvalue>
  58.     </attribute>
  59.     
  60.   </tag>
  61.   <tag>
  62.     <name>employeeAttribute</name>
  63.     <tagclass>com.vnex.intranet.employee.taglib.EmployeeAttributeTag</tagclass>
  64.     <bodycontent>JSP</bodycontent>
  65.     <info> </info>
  66.     <attribute>
  67.       <name>attribute</name>
  68.       <required>true</required>
  69.       <rtexprvalue>true</rtexprvalue>
  70.     </attribute>
  71.   </tag>
  72.   <tag>
  73.     <name>groupName</name>
  74.     <tagclass>com.vnex.intranet.employee.taglib.GroupNameTag</tagclass>
  75.     <bodycontent>JSP</bodycontent>
  76.     <info> </info>
  77.     
  78.     <attribute>
  79.       <name>groupId</name>
  80.       <required>true</required>
  81.       <rtexprvalue>true</rtexprvalue>
  82.     </attribute>
  83.     
  84.     <attribute>
  85.       <name>empId</name>
  86.       <required>true</required>
  87.       <rtexprvalue>true</rtexprvalue>
  88.     </attribute>
  89.   </tag>
  90.   <tag>
  91.     <name>groupMember</name>
  92.     <tagclass>com.vnex.intranet.employee.taglib.GroupMemberTag</tagclass>
  93.     <bodycontent>JSP</bodycontent>
  94.     <info> </info>
  95.     
  96.     <attribute>
  97.       <name>groupId</name>
  98.       <required>true</required>
  99.       <rtexprvalue>true</rtexprvalue>
  100.     </attribute>
  101.   </tag>
  102.   <tag>
  103.     <name>contactList</name>
  104.     <tagclass>com.vnex.intranet.employee.taglib.ContactListTag</tagclass>
  105.     <bodycontent>JSP</bodycontent>
  106.     <info> </info>
  107.     
  108.     <attribute>
  109.       <name>queryStr</name>
  110.       <required>false</required>
  111.       <rtexprvalue>true</rtexprvalue>
  112.     </attribute>
  113.     
  114.   </tag>
  115.   <tag>
  116.     <name>contactListAttribute</name>
  117.     <tagclass>com.vnex.intranet.employee.taglib.ContactListAttributeTag</tagclass>
  118.     <bodycontent>JSP</bodycontent>
  119.     <info> </info>
  120.     <attribute>
  121.       <name>attribute</name>
  122.       <required>true</required>
  123.       <rtexprvalue>true</rtexprvalue>
  124.     </attribute>
  125.   </tag>
  126. </taglib>