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

📄 eline-common.tld

📁 一个免费wap站
💻 TLD
字号:
<?xml version="1.0" encoding="GB2312" ?>
<!DOCTYPE taglib
 PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
 "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">

 <!-- a tag library descriptor -->
<taglib>
	<tlibversion>1.0</tlibversion>
	<jspversion>1.1</jspversion>
	<shortname>waftemplate</shortname>
	<uri></uri>

	<info>BluePrints Web Application Framework Template Tags</info>

	<tag>
		<name>items</name>
		<tagclass>com.eline.wap.common.taglib.ItemsTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info>
			The inner tag in a list tag in which the items actually
			appear. The body of this tag is processed once for each item
			actually in the list. This tag merely keeps a copy of the
			current item for the inner tags to refer to. Must appear in
			a list tag.
		</info>
	</tag>

	<tag>
		<name>prevForm</name>
		<tagclass>com.eline.wap.common.taglib.PrevFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info>
			Similar to a nextForm tag, but loads the page with the
			previous bunch of items. The body won't be processed if the
			list is at the beginning.
		</info>

		<!-- no default -->
		<attribute>
			<name>action</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<!-- default value is post -->
		<attribute>
			<name>method</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
	</tag>

	<tag>
		<name>nextForm</name>
		<tagclass>com.eline.wap.common.taglib.NextFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info>
			Prints out a form which, when submitted will reload the
			page, with the list displaying the next bunch of items. The
			action attribute should be set to the url recognized by the
			requestmappings.xml file as the current page, e.g.
			"editaccount" (not the actual path, e.g. editaccount.jsp).
			Should appear in a list tag. The body shouldn't be processed
			if there are no more items to fetch (sort of works right now
			but not quite).
		</info>

		<!-- no default -->
		<attribute>
			<name>action</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<!-- default value is post -->
		<attribute>
			<name>method</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
	</tag>

	<tag>
		<name>firstForm</name>
		<tagclass>com.eline.wap.common.taglib.FirstFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info>
			Prints out a form which, when submitted will reload the
			page, with the list displaying the next bunch of items. The
			action attribute should be set to the url recognized by the
			requestmappings.xml file as the current page, e.g.
			"editaccount" (not the actual path, e.g. editaccount.jsp).
			Should appear in a list tag. The body shouldn't be processed
			if there are no more items to fetch (sort of works right now
			but not quite).
		</info>

		<!-- no default -->
		<attribute>
			<name>action</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<!-- default value is post -->
		<attribute>
			<name>method</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
	</tag>

	<tag>
		<name>summaryForm</name>
		<tagclass>com.eline.wap.common.taglib.SummaryFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info>
			Prints out a form which, when submitted will reload the
			page, with the list displaying the next bunch of items. The
			action attribute should be set to the url recognized by the
			requestmappings.xml file as the current page, e.g.
			"editaccount" (not the actual path, e.g. editaccount.jsp).
			Should appear in a list tag. The body shouldn't be processed
			if there are no more items to fetch (sort of works right now
			but not quite).
		</info>
	</tag>

	<tag>
		<name>numberForm</name>
		<tagclass>com.eline.wap.common.taglib.NumberFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info>
			Prints out a form which, when submitted will reload the
			page, with the list displaying the next bunch of items. The
			action attribute should be set to the url recognized by the
			requestmappings.xml file as the current page, e.g.
			"editaccount" (not the actual path, e.g. editaccount.jsp).
			Should appear in a list tag. The body shouldn't be processed
			if there are no more items to fetch (sort of works right now
			but not quite).
		</info>
		<!-- no default -->
		<attribute>
			<name>action</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
	</tag>

	<tag>
		<name>lastForm</name>
		<tagclass>com.eline.wap.common.taglib.LastFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info>
			Prints out a form which, when submitted will reload the
			page, with the list displaying the next bunch of items. The
			action attribute should be set to the url recognized by the
			requestmappings.xml file as the current page, e.g.
			"editaccount" (not the actual path, e.g. editaccount.jsp).
			Should appear in a list tag. The body shouldn't be processed
			if there are no more items to fetch (sort of works right now
			but not quite).
		</info>

		<!-- no default -->
		<attribute>
			<name>action</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<!-- default value is post -->
		<attribute>
			<name>method</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
	</tag>
</taglib>
 

⌨️ 快捷键说明

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