⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vnex_conference.tld

📁 非常完整的Java开发的网络办公系统
💻 TLD
字号:
<?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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -