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

📄 ics.tld

📁 <Java网络程序设计 J2EE>随书源码
💻 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/dtd/web-jsptaglibrary_1_2.dtd"><taglib>  <tlib-version>1.0</tlib-version>  <jsp-version>1.2</jsp-version>  <short-name>ics</short-name>  <uri>http://www.icconcept.com/taglibs/sampleTag</uri>  <display-name>IcsampleTag</display-name>  <description></description>  <!-- General information about this tag library     <info>        Sample Custom Tags  </info>  -->  <!-- ******************** Defined Custom Tags *************************** -->  <tag>    <name>time</name>    <tag-class>jwadbook.taglib.TimeTag</tag-class>       <body-content>empty</body-content>      </tag>  <tag>    <name>wordcount</name>    <tag-class>jwadbook.taglib.WordCount</tag-class>       <body-content>empty</body-content>        <attribute>      <name>inputname</name>      <required>true</required>      <rtexprvalue>false</rtexprvalue>    </attribute>         <attribute>      <name>warnEmpty</name>      <required>true</required>      <rtexprvalue>true</rtexprvalue>      <type>boolean</type>    </attribute>           </tag>   <tag>    <name>list</name>    <tag-class>jwadbook.taglib.ListTag</tag-class>    <body-content>JSP</body-content>    <description>      Repeats body the specified number of times.    </description>    <attribute>      <name>times</name>      <required>true</required>      <rtexprvalue>true</rtexprvalue>      <type>int</type>    </attribute>  </tag>    <tag>    <name>row</name>    <tag-class>jwadbook.taglib.RowTag</tag-class>    <body-content>JSP</body-content>    <description>    Single Row of A Table    </description>  </tag>  <!--  <tag>    <name>isLoggedIn</name>    <tagclass>com.taglibrarycommunication.taglib.IsLoggedInTag</tagclass>       <info></info>    <bodycontent>JSP</bodycontent>      </tag>  <tag>    <name>notLoggedIn</name>    <tagclass>com.taglibrarycommunication.taglib.NotLoggedInTag</tagclass>       <info></info>    <bodycontent>JSP</bodycontent>      </tag>  <tag>    <name>loginFailure</name>    <tagclass>com.taglibrarycommunication.taglib.LogInFailureTag</tagclass>       <info></info>    <bodycontent>JSP</bodycontent>      </tag>  <tag>    <name>getUserName</name>    <tagclass>com.taglibrarycommunication.taglib.GetUserNameTag</tagclass>       <info></info>    <bodycontent>JSP</bodycontent>        <attribute>      <name>userDataID</name>      <required>true</required>      <rtexprvalue>false</rtexprvalue>    </attribute>       </tag>  <tag>    <name>getLoginError</name>    <tagclass>com.taglibrarycommunication.taglib.GetLoginErrorTag</tagclass>       <info></info>    <bodycontent>JSP</bodycontent>        <attribute>      <name>userDataID</name>      <required>true</required>      <rtexprvalue>false</rtexprvalue>    </attribute>       </tag> --></taglib>

⌨️ 快捷键说明

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