?? gu_lesson.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.gu.tag_lesson.HelloTag</tagclass>
<bodycontent>empty</bodycontent>
</tag>
<tag>
<name>HelloWhoTag</name>
<tagclass>com.gu.tag_lesson.HelloWhoTag</tagclass>
<bodycontent>JSP</bodycontent>
<attribute>
<name>who</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>liuli1Tag</name>
<tagclass>com.gu.tag_lesson.liuli_1Tag</tagclass>
<bodycontent>JSP</bodycontent>
<attribute>
<name>attr1</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>attr2</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>HelloCodeTag</name>
<tagclass>com.gu.tag_lesson.HelloCodeTag</tagclass>
<bodycontent>JSP</bodycontent>
<attribute>
<name>attr1</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>attr2</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -