MyTag.tld
上传用户:liangcc
上传日期:2019-05-24
资源大小:4412k
文件大小:1k
- <?xml version="1.0" encoding="UTF-8" ?>
- <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
- version="2.0">
- <description>MyTag 1.1 core library</description>
- <display-name>MyTag core</display-name>
- <tlib-version>1.0</tlib-version>
- <short-name>x</short-name>
- <uri>http://www.softeem/taglibs/MyTag</uri>
- <tag>
-
- <name>page</name>
- <tag-class>com.softeem.webmail.tags.MyTag</tag-class>
- <body-content>empty</body-content>
- <attribute>
- <name>action</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>current</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>end_page</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- </taglib>