📄 leotag.tld
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<taglib>
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>TagDemo</shortname>
<uri>http://www.globeunion.com</uri>
<info>Tag Demo</info>
<tag>
<name>HelloTag</name>
<tagclass>com.jspdev.ch14.HelloTag</tagclass>
<bodycontent>empty</bodycontent>
</tag>
<tag>
<name>loop</name>
<tagclass>com.jspdev.ch14.BodyTagExample</tagclass>
<bodycontent>jsp</bodycontent>
<attribute>
<name>counts</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>if</name>
<tagclass>com.jspdev.ch14.IfTag</tagclass>
<bodycontent>jsp</bodycontent>
<attribute>
<name>value</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>out</name>
<tagclass>com.jspdev.ch14.OutTag</tagclass>
<bodycontent>jsp</bodycontent>
<attribute>
<name>value</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>file</name>
<tagclass>com.jspdev.ch14.FileTag</tagclass>
<bodycontent>empty</bodycontent>
<attribute>
<name>fileName</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>iterate</name>
<tagclass>com.jspdev.ch14.IterateTag</tagclass>
<teiclass>com.jspdev.ch14.IterateTEI</teiclass>
<bodycontent>jsp</bodycontent>
<attribute>
<name>collection</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>name</name>
<required>true</required>
</attribute>
<attribute>
<name>type</name>
<required>true</required>
</attribute>
</tag>
<tag>
<name>helloWorld</name>
<tagclass>com.jspdev.ch14.HelloWorldSimpleTag</tagclass>
<bodycontent>empty</bodycontent>
</tag>
<tag>
<name>hello_int</name>
<tagclass>com.jspdev.ch14.HelloTag_Interface</tagclass>
<bodycontent>empty</bodycontent>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -