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

📄 demo.tld

📁 tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛
💻 TLD
字号:
<?xml version="1.0" encoding="UTF-8"?><taglib xsi:schemaLocation="http://java.sun.com/xml/ns/javaee webjsptaglibrary_2_1.xsd"xmlns="http://java.sun.com/xml/ns/javaee"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.1">    <description>This is the jsp tag library for my components huliqing</description>    <display-name>test</display-name>    <tlib-version>1.0</tlib-version>    <short-name>test</short-name>    <uri>http://www.tbuy.biz/test</uri>        <tag>        <description>HtmlHelloWorld</description>        <name>helloworld</name>        <tag-class>            biz.tbuy.common.components.test.HtmlHelloWorldTag        </tag-class>        <attribute>            <name>id</name>        </attribute>        <attribute>            <name>binding</name>        </attribute>        <attribute>            <name>rendered</name>        </attribute>        <attribute>            <name>msg</name>        </attribute>    </tag>        <tag>        <description>HtmlHelloInput</description>        <name>helloinput</name>        <tag-class>            biz.tbuy.common.components.test.HtmlHelloInputTag        </tag-class>        <attribute>            <name>id</name>        </attribute>        <attribute>            <name>binding</name>        </attribute>        <attribute>            <name>rendered</name>        </attribute>    </tag>        <tag>        <description></description>        <name>inputDate</name>        <tag-class>            biz.tbuy.common.components.test.HtmlInputDateTag        </tag-class>        <attribute>            <name>id</name>        </attribute>        <attribute>            <name>binding</name>        </attribute>        <attribute>            <name>rendered</name>        </attribute>        <attribute>            <name>size</name>        </attribute>        <attribute>            <name>value</name>        </attribute>        <attribute>            <name>startyear</name>        </attribute>        <attribute>            <name>endyear</name>        </attribute>    </tag>        <tag>        <name>slider</name>        <tag-class>            biz.tbuy.common.components.test.SliderTag        </tag-class>        <attribute>            <name>id</name>        </attribute>        <attribute>            <name>binding</name>        </attribute>        <attribute>            <name>rendered</name>        </attribute>        <attribute>            <name>for</name>        </attribute>        <attribute>            <name>maxval</name>        </attribute>        <attribute>            <name>horizontal</name>        </attribute>        <attribute>            <name>length</name>        </attribute>    </tag></taglib>

⌨️ 快捷键说明

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