bbs.tld
来自「本人大学时大型作业用JAVA做的一个 BBS系统 模式MVC 非struts版 」· TLD 代码 · 共 100 行
TLD
100 行
<?xml version="1.0" encoding="gb2312"?>
<taglib 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-jsptaglibrary_2_0.xsd"
version="2.0">
<description></description>
<tlib-version>1.0</tlib-version>
<jsp-version>2.0</jsp-version>
<short-name>map</short-name>
<uri></uri>
<tag>
<description></description>
<name>bbstopicsmap</name>
<tag-class>helps.BBSTopicsMapTag</tag-class>
<body-content>JSP</body-content>
<variable>
<name-from-attribute>tpcId</name-from-attribute>
<variable-class>java.util.HashMap</variable-class>
<scope>AT_BEGIN</scope>
</variable>
<attribute>
<name>tpcId</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
</attribute>
</tag>
<tag>
<name>bbstopicstablemap</name>
<tag-class>helps.BBSTopicsTableMapTag</tag-class>
<body-content>empty</body-content>
</tag>
<tag>
<description></description>
<name>bbsresponsesmap</name>
<tag-class>helps.BBSResponsesMapTag</tag-class>
<body-content>JSP</body-content>
<variable>
<name-from-attribute>resId</name-from-attribute>
<variable-class>java.util.HashMap</variable-class>
<scope>AT_BEGIN</scope>
</variable>
<attribute>
<name>resId</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
</attribute>
</tag>
<tag>
<name>bbsresponsestablemap</name>
<tag-class>helps.BBSResponsesTableMapTag</tag-class>
<body-content>empty</body-content>
</tag>
<tag>
<description></description>
<name>bbssortsmap</name>
<tag-class>helps.BBSSortsMapTag</tag-class>
<body-content>JSP</body-content>
<variable>
<name-from-attribute>sortsId</name-from-attribute>
<variable-class>java.util.HashMap</variable-class>
<scope>AT_BEGIN</scope>
</variable>
<attribute>
<name>sortsId</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
</attribute>
</tag>
<tag>
<name>bbssortstablemap</name>
<tag-class>helps.BBSSortsTableMapTag</tag-class>
<body-content>empty</body-content>
</tag>
<tag>
<description></description>
<name>bbsusersmap</name>
<tag-class>helps.BBSUsersMapTag</tag-class>
<body-content>JSP</body-content>
<variable>
<name-from-attribute>userId</name-from-attribute>
<variable-class>java.util.HashMap</variable-class>
<scope>AT_BEGIN</scope>
</variable>
<attribute>
<name>userId</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
<type>java.lang.String</type>
</attribute>
</tag>
<tag>
<name>bbsuserstablemap</name>
<tag-class>helps.BBSUsersTableMapTag</tag-class>
<body-content>empty</body-content>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?