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

电子政务应用

开发平台:

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>vnex_workflow</shortname>
  9.   <info>
  10.     This taglib provides tags for VNeX Intranet workflow  subsystem.
  11.   </info>
  12.   
  13.     <tag>
  14.     <name>items</name>
  15.     <tagclass>com.vnex.intranet.taglib.ItemsTag</tagclass>
  16.     <bodycontent>JSP</bodycontent>
  17.     <info>
  18.       The inner tag in a list tag in which the items actually appear.  The
  19.       body of this tag is processed once for each item actually in the list.
  20.       This tag merely keeps a copy of the current item for the inner tags to
  21.       refer to. Must appear in a list tag.
  22.     </info>
  23.   </tag>
  24.   
  25.   <!-- begin of boardroom list tag -->
  26.   <tag>
  27.     <name>boardroomList</name>
  28.     <tagclass>com.vnex.intranet.conference.taglib.BoardroomListTag</tagclass>
  29.     <bodycontent>JSP</bodycontent>
  30.     <info> This tag will list boardroom information.</info>
  31.     
  32.      
  33.   </tag>
  34.   
  35.   <tag>
  36.     <name>boardroomAttribute</name>
  37.     <tagclass>com.vnex.intranet.conference.taglib.BoardroomAttributeTag</tagclass>
  38.     <bodycontent>JSP</bodycontent>
  39.     <info> This tag will show boardroom item details .</info>
  40.     
  41.     <attribute>
  42.       <name>attribute</name>
  43.       <required>true</required>
  44.       <rtexprvalue>true</rtexprvalue>
  45.     </attribute>
  46.   </tag>
  47.   
  48.   <!--end of boardroom  tag-->
  49.    <!-- begin of usable boardroom list tag -->
  50.   <tag>
  51.     <name>boardroomUsableList</name>
  52.     <tagclass>com.vnex.intranet.conference.taglib.BoardroomUsableListTag</tagclass>
  53.     <bodycontent>JSP</bodycontent>
  54.     <info> This tag will list usable boardroom information.</info>
  55.   </tag>
  56.   <!--end of usable boardroom  tag-->
  57.   
  58.   <!-- begin of conference list tag-->
  59.   
  60.   <tag>
  61.   <name>conferenceList</name>
  62.     <tagclass>com.vnex.intranet.conference.taglib.ConferenceListTag</tagclass>
  63.     <bodycontent>JSP</bodycontent>
  64.     <info> This tag will list conference information.</info>
  65.     
  66.     <attribute>
  67.       <name>qryBean</name>
  68.       <required>true</required>
  69.       <rtexprvalue>true</rtexprvalue>
  70.     </attribute>
  71.      
  72.   </tag>
  73.   
  74.   <tag>
  75.   <name>bookingList</name>
  76.     <tagclass>com.vnex.intranet.conference.taglib.ConferenceBookingListTag</tagclass>
  77.     <bodycontent>JSP</bodycontent>
  78.     <info> This tag will list conference booking information.</info>
  79.     
  80.     <attribute>
  81.       <name>qryBean</name>
  82.       <required>true</required>
  83.       <rtexprvalue>true</rtexprvalue>
  84.     </attribute>
  85.   </tag>
  86.   
  87.   
  88.   <tag>
  89.     <name>conferenceAttribute</name>
  90.     <tagclass>com.vnex.intranet.conference.taglib.ConferenceAttributeTag</tagclass>
  91.     <bodycontent>JSP</bodycontent>
  92.     <info> This tag will show conference item details .</info>
  93.     
  94.     <attribute>
  95.       <name>attribute</name>
  96.       <required>true</required>
  97.       <rtexprvalue>true</rtexprvalue>
  98.     </attribute>
  99.   </tag>  
  100.   
  101.   <!-- end of conference list tag-->
  102.   
  103.   <!-- begin conference file list tag -->
  104.   <tag>
  105.     <name>fileList</name>
  106.     <tagclass>com.vnex.intranet.workflow.pub.taglib.FileListTag</tagclass>
  107.     <bodycontent>JSP</bodycontent>
  108.     <info> </info> 
  109.     
  110.     <attribute>
  111.       <name>collection</name>
  112.       <required>true</required>
  113.       <rtexprvalue>true</rtexprvalue>
  114.     </attribute>   
  115.   </tag>  
  116.   <tag>
  117.     <name>fileAttribute</name>
  118.     <tagclass>com.vnex.intranet.workflow.pub.taglib.FileAttributeTag</tagclass>
  119.     <bodycontent>JSP</bodycontent>
  120.     <info> </info>
  121.     <attribute>
  122.       <name>attribute</name>
  123.       <required>true</required>
  124.       <rtexprvalue>true</rtexprvalue>
  125.     </attribute>
  126.   </tag>
  127.   <!-- end of conference file list tag -->
  128.   
  129.   
  130.   
  131.   <!-- begin of conference attendee list tag -->
  132.   <tag>
  133.     <name>attendeeList</name>
  134.     <tagclass>com.vnex.intranet.conference.taglib.AttendeeListTag</tagclass>
  135.     <bodycontent>JSP</bodycontent>
  136.     <info> This tag will list all conference attendee information.</info>  
  137.     
  138.     <attribute>
  139.       <name>conferenceId</name>
  140.       <required>true</required>
  141.       <rtexprvalue>true</rtexprvalue>
  142.     </attribute>
  143.   </tag>
  144.   <!-- end of conference attendee list tag -->
  145.   
  146.   <tag>
  147.     <name>attendeeAttribute</name>
  148.     <tagclass>com.vnex.intranet.workflow.pub.taglib.ExecutorsAttributeTag</tagclass>
  149.     <bodycontent>JSP</bodycontent>
  150.     <info> This tag will show conference attendee item details .</info>
  151.     
  152.     <attribute>
  153.       <name>attribute</name>
  154.       <required>true</required>
  155.       <rtexprvalue>true</rtexprvalue>
  156.     </attribute>
  157.   </tag>  
  158.   
  159. </taglib>