eline-common_wml.tld

来自「一个免费wap站」· TLD 代码 · 共 133 行

TLD
133
字号
<?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">
<!-- 目录信息 -->
<taglib>
	<tlibversion>1.0</tlibversion>
	<jspversion>1.1</jspversion>
	<shortname>waftemplate</shortname>
	<uri></uri>
	<info>common resource management system tag</info>

	<tag>
		<name>items</name>
		<tagclass>com.eline.wap.common.taglib.ItemsTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info></info>
	</tag>
	
	<tag>
		<name>summaryForm</name>
		<tagclass>com.eline.wap.common.taglib.wml.WmlSummaryFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info></info>
	</tag>

	<tag>
		<name>firstForm</name>
		<tagclass>com.eline.wap.common.taglib.wml.WmlFirstFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info></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.wml.WmlNextFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info></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>prevForm</name>
		<tagclass>com.eline.wap.common.taglib.wml.WmlPrevFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info></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>lastForm</name>
		<tagclass>com.eline.wap.common.taglib.wml.WmlLastFormTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info></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>simplePager</name>
		<tagclass>com.eline.wap.catalog.taglib.wml.SimplePagerTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<info></info>

		<!-- no default -->
		<attribute>
			<name>action</name>
			<required>true</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 + =
减小字号Ctrl + -
显示快捷键?