MyTag.tld
上传用户:liangcc
上传日期:2019-05-24
资源大小:4412k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

Java

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
  3.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
  5.     version="2.0">
  6.     <description>MyTag 1.1 core library</description>
  7.   <display-name>MyTag core</display-name>
  8.   <tlib-version>1.0</tlib-version>
  9.   <short-name>x</short-name>
  10.   <uri>http://www.softeem/taglibs/MyTag</uri>
  11.     <tag>
  12.     
  13.     <name>page</name>
  14.     <tag-class>com.softeem.webmail.tags.MyTag</tag-class>
  15.     <body-content>empty</body-content>
  16.     <attribute>
  17.         <name>action</name>
  18.         <required>true</required>
  19.         <rtexprvalue>true</rtexprvalue>
  20.     </attribute>
  21.     <attribute>
  22.         <name>current</name>
  23.         <required>true</required>
  24.         <rtexprvalue>true</rtexprvalue>
  25.     </attribute>
  26.     <attribute>
  27.         <name>end_page</name>
  28.         <required>true</required>
  29.         <rtexprvalue>true</rtexprvalue>
  30.     </attribute>
  31.   </tag>
  32.   </taglib>