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

📄 tabletag.tld

📁 介绍了j2ee开发常用的学习知识,如servlet,javamail,EJB等知识,并有项目源码.
💻 TLD
字号:
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE taglib        PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"        "http://java.sun.com/dtd/web-JSPtaglibrary_1_2.dtd"><taglib>    <tlib-version>1.0</tlib-version>    <jsp-version>1.2</jsp-version>    <short-name>mytable</short-name>    <display-name>mytable</display-name>    <description>simple hello tags with attribute     </description>    <tag>        <name>Table</name>        <tag-class>com.tag.TableTag</tag-class>        <body-content>JSP</body-content>        <small-icon></small-icon>        <large-icon></large-icon>        <description></description>        <attribute>         	<name>row</name>        	<required>true</required>        	<rtexprvalue>true</rtexprvalue>        	<type>int</type>        </attribute>        <attribute>         	<name>col</name>        	<required>true</required>        	<rtexprvalue>true</rtexprvalue>        	<type>int</type>        </attribute>        <example></example>          </tag>    <tag>        <name>Content</name>        <tag-class>com.tag.ContentTag</tag-class>        <body-content>JSP</body-content>        <small-icon></small-icon>        <large-icon></large-icon>        <description></description>                <example></example>          </tag></taglib>

⌨️ 快捷键说明

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