vnex_conference.tld
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:5k
源码类别:
电子政务应用
开发平台:
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>vnex_workflow</shortname>
- <info>
- This taglib provides tags for VNeX Intranet workflow subsystem.
- </info>
- <tag>
- <name>items</name>
- <tagclass>com.vnex.intranet.taglib.ItemsTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info>
- The inner tag in a list tag in which the items actually appear. The
- body of this tag is processed once for each item actually in the list.
- This tag merely keeps a copy of the current item for the inner tags to
- refer to. Must appear in a list tag.
- </info>
- </tag>
- <!-- begin of boardroom list tag -->
- <tag>
- <name>boardroomList</name>
- <tagclass>com.vnex.intranet.conference.taglib.BoardroomListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> This tag will list boardroom information.</info>
- </tag>
- <tag>
- <name>boardroomAttribute</name>
- <tagclass>com.vnex.intranet.conference.taglib.BoardroomAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> This tag will show boardroom item details .</info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <!--end of boardroom tag-->
- <!-- begin of usable boardroom list tag -->
- <tag>
- <name>boardroomUsableList</name>
- <tagclass>com.vnex.intranet.conference.taglib.BoardroomUsableListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> This tag will list usable boardroom information.</info>
- </tag>
- <!--end of usable boardroom tag-->
- <!-- begin of conference list tag-->
- <tag>
- <name>conferenceList</name>
- <tagclass>com.vnex.intranet.conference.taglib.ConferenceListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> This tag will list conference information.</info>
- <attribute>
- <name>qryBean</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>bookingList</name>
- <tagclass>com.vnex.intranet.conference.taglib.ConferenceBookingListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> This tag will list conference booking information.</info>
- <attribute>
- <name>qryBean</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>conferenceAttribute</name>
- <tagclass>com.vnex.intranet.conference.taglib.ConferenceAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> This tag will show conference item details .</info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <!-- end of conference list tag-->
- <!-- begin conference file list tag -->
- <tag>
- <name>fileList</name>
- <tagclass>com.vnex.intranet.workflow.pub.taglib.FileListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>collection</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <tag>
- <name>fileAttribute</name>
- <tagclass>com.vnex.intranet.workflow.pub.taglib.FileAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> </info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <!-- end of conference file list tag -->
- <!-- begin of conference attendee list tag -->
- <tag>
- <name>attendeeList</name>
- <tagclass>com.vnex.intranet.conference.taglib.AttendeeListTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> This tag will list all conference attendee information.</info>
- <attribute>
- <name>conferenceId</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- <!-- end of conference attendee list tag -->
- <tag>
- <name>attendeeAttribute</name>
- <tagclass>com.vnex.intranet.workflow.pub.taglib.ExecutorsAttributeTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info> This tag will show conference attendee item details .</info>
- <attribute>
- <name>attribute</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- </taglib>