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

📄 mycustomtag.tld

📁 scwcd的考试,测试代码,如果希望参加此类考试将非常的有帮助
💻 TLD
字号:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib PUBLIC 
 "-//Sun Microsystems,Inc.//DTD JSP Tag Library 1.2//EN"
 "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
<taglib>
  <tlib-version>1.0</tlib-version>
  <jsp-version>1.2</jsp-version>
  <short-name>myCustomTag</short-name>
  <uri>http://localhost:8080/lab12/taglib</uri>
  <description>
        This Tag Library is used in Chapter12 Exercise.
  </description>
  <tag>
     <name>getReqParamValue</name>
     <tag-class>
        scwcd.lab12.taglib.GetRequestParameterHandler
     </tag-class>
     <body-content>empty</body-content>
     <description>
        This tag will retrieve the specified parameter value.
     </description>
     <attribute>
        <name>name</name>
        <required>true</required>
        <rtexprvalue>false</rtexprvalue>
     </attribute>
  </tag>
</taglib>

⌨️ 快捷键说明

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