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

电子政务应用

开发平台:

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.   <!--privilegeassign-->  
  13. <tag>
  14.     <name>EmpPrivilegeList</name>
  15.     <tagclass>com.vnex.intranet.privilegeassign.taglib.EmpPrivilegeListTag</tagclass>
  16.     <bodycontent>JSP</bodycontent>
  17.     <info> </info>
  18.     <attribute>
  19.       <name>empId</name>
  20.       <required>true</required>
  21.       <rtexprvalue>true</rtexprvalue>
  22.     </attribute>
  23.     <attribute>
  24.       <name>depId</name>
  25.       <required>true</required>
  26.       <rtexprvalue>true</rtexprvalue>
  27.     </attribute>
  28.   </tag>
  29.   <tag>
  30.     <name>EmpPrivilegeAttribute</name>
  31.     <tagclass>com.vnex.intranet.privilegeassign.taglib.EmpPrivilegeAttributeTag</tagclass>
  32.     <bodycontent>empty</bodycontent>
  33.     <info> </info>
  34.     <attribute>
  35.       <name>attribute</name>
  36.       <required>true</required>
  37.       <rtexprvalue>true</rtexprvalue>
  38.     </attribute>
  39.   </tag>
  40.   <tag>
  41.     <name>GrantPrivilegeList</name>
  42.     <tagclass>com.vnex.intranet.privilegeassign.taglib.GrantPrivilegeListTag</tagclass>
  43.     <bodycontent>JSP</bodycontent>
  44.     <info> </info>
  45.   </tag>
  46. </taglib>