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

📄 hello.tld

📁 本系统特色: 1、前台完全生成静态HTML 2、栏目是无级分类的
💻 TLD
字号:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<tlglib 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-app_2_4.xsd"
    version="2.0">
    <description>A tag library exercising SimpleTag handlers.</description>
    <tlib-version>1.0</tlib-version>

    <short-name>examples</short-name>
    <uri>/demotag</uri>
    <description>
	古刹飞鹰
    </description>
    
    <tag>
        <description>Outputs Hello.World,从实现Tag接口起开发</description>
        <name>hello</name>
        <tag-class>com.v246.hello</tag-class>
        <body-content>empty</body-content>
    </tag>
    <tag>
	<description>用继承来实现tag</description>
	<name>hello1</name>
	<tag-class>com.v246.hello1</tag-class>
	<body-content>empty</body-content>
    </tag>
    <tag>
	<description>有标签体的</description>
	<name>myBody</name>
	<tag-class>com.v246.loop</tag-class>
	<body-content>jsp</body-content>
	<attribute>
		<name>counts</name>
		<required>true</required>
		<rtexrvalue>true</rtexrvalue>
	</attribute>
    </tag>
    <tag>
	<description>This is if Tag</description>
	<name>if</name>
	<tag-class>com.v246.ifTag</tag-class>
	<body-content>jsp</body-content>
	<attribute>
		<name>value</name>
		<required>true</required>
		<rtexrvalue>true</rtexrvalue>
	</attribute>
    </tag>
    <tag>
	<description>This is out</description>
	<name>out</name>
	<tag-class>com.v246.out</tag-class>
	<body-content>empty</body-content>
    </tag>
    <tag>
	<description>This is dd Tag</description>
	<name>dd</name>
	<tag-class>com.v246.dd</tag-class>
	<body-content>empty</body-content>
    </tag>
    <tag>
	<description>简单标签</description>
	<name>simple</name>
	<tag-class>com.v246.Simple</tag-class>
	<body-content>empty</body-content>
    </tag>
</tlglib>

⌨️ 快捷键说明

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