demo.tld

来自「tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛tbuy1」· TLD 代码 · 共 105 行

TLD
105
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?