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

电子政务应用

开发平台:

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>addresslist</shortname>
  9.   <info>
  10.     This taglib provides tags for VNeX Intranet system personal address list module.
  11.   </info>
  12.   <tag>
  13.     <name>addressList</name>
  14.     <tagclass>com.vnex.intranet.addresslist.taglib.BookListTag</tagclass>
  15.     <bodycontent>JSP</bodycontent>
  16.     <info> </info>
  17.     
  18.     <attribute>
  19.       <name>queryStr</name>
  20.       <required>false</required>
  21.       <rtexprvalue>true</rtexprvalue>
  22.     </attribute>
  23.     
  24.   </tag>
  25.   <tag>
  26.     <name>addressAttribute</name>
  27.     <tagclass>com.vnex.intranet.addresslist.taglib.BookAttributeTag</tagclass>
  28.     <bodycontent>JSP</bodycontent>
  29.     <info> </info>
  30.     <attribute>
  31.       <name>attribute</name>
  32.       <required>true</required>
  33.       <rtexprvalue>true</rtexprvalue>
  34.     </attribute>
  35.   </tag>
  36.   <tag>
  37.     <name>groupList</name>
  38.     <tagclass>com.vnex.intranet.addresslist.taglib.GroupListTag</tagclass>
  39.     <bodycontent>JSP</bodycontent>
  40.     <info> </info>
  41.     
  42.     <attribute>
  43.       <name>queryStr</name>
  44.       <required>false</required>
  45.       <rtexprvalue>true</rtexprvalue>
  46.     </attribute>
  47.     
  48.   </tag>
  49.   <tag>
  50.     <name>groupAttribute</name>
  51.     <tagclass>com.vnex.intranet.addresslist.taglib.GroupAttributeTag</tagclass>
  52.     <bodycontent>JSP</bodycontent>
  53.     <info> </info>
  54.     <attribute>
  55.       <name>attribute</name>
  56.       <required>true</required>
  57.       <rtexprvalue>true</rtexprvalue>
  58.     </attribute>
  59.   </tag>
  60. </taglib>