vnex_hr.tld
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:2k
源码类别:
电子政务应用
开发平台:
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>hr</shortname>
- <info>
- This taglib provides tags for VNeX Intranet system organization module.
- </info>
- <!--organization-->
- <tag>
- <name>EmployeeList</name>
- <tagclass>com.vnex.intranet.hr.employer_info.taglib.EmployeeListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>divisionId</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>pureDivisionId</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>empIds</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>EmployeeAttribute</name>
- <tagclass>com.vnex.intranet.hr.employer_info.taglib.EmployeeAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>DutyList</name>
- <tagclass>com.vnex.intranet.hr.employer_info.taglib.DutyListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>divisionId</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>DutyAttribute</name>
- <tagclass>com.vnex.intranet.hr.employer_info.taglib.DutyAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- </taglib>