sonic.tld
来自「基于struts框架的web开发应用实例」· TLD 代码 · 共 59 行
TLD
59 行
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!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>Sonic</shortname>
<info>
This tag library contains custom tags for the Sonic application
</info>
<tag>
<name>products</name>
<tagclass>com.hp.mw.samples.struts.storefront.taglibs.ProductsBodyTag</tagclass>
<teiclass>com.hp.mw.samples.struts.storefront.taglibs.ProductsTagExtraInfo</teiclass>
<bodycontent>JSP</bodycontent>
<attribute>
<name>id</name>
<required>true</required>
</attribute>
<attribute>
<name>dataMiddleId</name>
<required>true</required>
</attribute>
<attribute>
<name>indexId</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>emptyText</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<name>searchResults</name>
<tagclass>com.hp.mw.samples.struts.storefront.taglibs.SearchResultsTag</tagclass>
<teiclass>com.hp.mw.samples.struts.storefront.taglibs.SearchResultsTagExtraInfo</teiclass>
<bodycontent>empty</bodycontent>
<attribute>
<name>id</name>
<required>true</required>
</attribute>
<attribute>
<name>searchId</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?