vnex_employee_group.tld
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:3k
源码类别:
电子政务应用
开发平台:
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>addresslist</shortname>
- <info>
- This taglib provides tags for VNeX Intranet system personal address list module.
- </info>
- <tag>
- <name>employeeGroupList</name>
- <tagclass>com.vnex.intranet.employee.taglib.EmployeeGroupListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>queryStr</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>employeeGroupAttribute</name>
- <tagclass>com.vnex.intranet.employee.taglib.EmployeeGroupAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>employeeTag</name>
- <tagclass>com.vnex.intranet.employee.taglib.EmployeeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>queryStr</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>employeeList</name>
- <tagclass>com.vnex.intranet.employee.taglib.EmployeeListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>queryStr</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>employeeAttribute</name>
- <tagclass>com.vnex.intranet.employee.taglib.EmployeeAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>groupName</name>
- <tagclass>com.vnex.intranet.employee.taglib.GroupNameTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>groupId</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>empId</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>groupMember</name>
- <tagclass>com.vnex.intranet.employee.taglib.GroupMemberTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>groupId</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>contactList</name>
- <tagclass>com.vnex.intranet.employee.taglib.ContactListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>queryStr</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>contactListAttribute</name>
- <tagclass>com.vnex.intranet.employee.taglib.ContactListAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- </taglib>