📄 demo.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 + -