亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? spring.tld

?? 由Spring + Sturts + hibernate + ajax 寫(xiě)的手機(jī)銷售系統(tǒng)
?? TLD
字號(hào):
<?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>2.0</tlib-version>
	<jsp-version>1.2</jsp-version>
	<short-name>spring</short-name>
	<uri>http://www.springframework.org/tags</uri>
	<description>Spring Framework JSP Tag Library</description>

	<tag>
		<name>htmlEscape</name>
		<tag-class>org.springframework.web.servlet.tags.HtmlEscapeTag</tag-class>
		<body-content>JSP</body-content>
		<description>
			Sets default HTML escape value for the current page.
			Overrides a "defaultHtmlEscape" context-param in web.xml, if any.
		</description>
		<attribute>
			<name>defaultHtmlEscape</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set the default value for HTML escaping, to be put
				into the current PageContext.</description>
		</attribute>
	</tag>

	<tag>
		<name>escapeBody</name>
		<tag-class>org.springframework.web.servlet.tags.EscapeBodyTag</tag-class>
		<body-content>JSP</body-content>
		<description>
			Escapes its enclosed body content, applying HTML escaping and/or JavaScript escaping.
			The HTML escaping flag participates in a page-wide or application-wide setting
			(i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
		</description>
		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set HTML escaping for this tag, as boolean value. Overrides the
			default HTML escaping setting for the current page.</description>
		</attribute>
		<attribute>
			<name>javaScriptEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set JavaScript escaping for this tag, as boolean value.
			Default is false.</description>
		</attribute>
	</tag>

	<tag>
		<name>message</name>
		<tag-class>org.springframework.web.servlet.tags.MessageTag</tag-class>
		<body-content>JSP</body-content>
		<description>
			Retrieves the message with the given code, or text if code isn't resolvable.
			The HTML escaping flag participates in a page-wide or application-wide setting
			(i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
		</description>
		<attribute>
			<name>message</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>A MessageSourceResolvable argument (direct or through JSP EL).
				Fits nicely when used in conjunction with Spring's own validation error
				classes which all implement the MessageSourceResolvable interface. For
				example, this allows you to iterate over all of the errors in a form,
				passing each error (using a runtime expression) as the value of this
				'message' attribute, thus effecting the easy display of such error
				messages.</description>
		</attribute>
		<attribute>
			<name>code</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The code (key) to use when looking up the message.
			If code is not provided, the text attribute will be used.</description>
		</attribute>
		<attribute>
			<name>arguments</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set optional message arguments for this tag, as a
			(comma-)delimited String (each String argument can contain JSP EL),
			an Object array (used as argument array), or a single Object (used
			as single argument).</description>
		</attribute>
		<attribute>
			<name>argumentSeparator</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The separator character to be used for splitting the
			arguments string value; defaults to a 'comma' (',').</description>
		</attribute>
		<attribute>
			<name>text</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Default text to output when a message for the given code
			could not be found. If both text and code are not set, the tag will
			output null.</description>
		</attribute>
		<attribute>
			<name>var</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The string to use when binding the result to the page,
			request, session or application scope. If not specified, the result
			gets outputted to the writer (i.e. typically directly to the JSP).</description>
		</attribute>
		<attribute>
			<name>scope</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The scope to use when exporting the result to a variable.
			This attribute is only used when var is also set. Possible values are
			page, request, session and application.</description>
		</attribute>
		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set HTML escaping for this tag, as boolean value.
			Overrides the default HTML escaping setting for the current page.</description>
		</attribute>
		<attribute>
			<name>javaScriptEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set JavaScript escaping for this tag, as boolean value. Default is false.</description>
		</attribute>
	</tag>

	<tag>
		<name>theme</name>
		<tag-class>org.springframework.web.servlet.tags.ThemeTag</tag-class>
		<body-content>JSP</body-content>
		<description>
			Retrieves the theme message with the given code, or text if code isn't resolvable.
			The HTML escaping flag participates in a page-wide or application-wide setting
			(i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
		</description>
		<attribute>
			<name>message</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>A MessageSourceResolvable argument (direct or through JSP EL).</description>
		</attribute>
		<attribute>
			<name>code</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The code (key) to use when looking up the message.
			If code is not provided, the text attribute will be used.</description>
		</attribute>
		<attribute>
			<name>arguments</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set optional message arguments for this tag, as a
			(comma-)delimited String (each String argument can contain JSP EL),
			an Object array (used as argument array), or a single Object (used
			as single argument).</description>
		</attribute>
		<attribute>
			<name>argumentSeparator</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The separator character to be used for splitting the
			arguments string value; defaults to a 'comma' (',').</description>
		</attribute>
		<attribute>
			<name>text</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Default text to output when a message for the given code
			could not be found. If both text and code are not set, the tag will
			output null.</description>
		</attribute>
		<attribute>
			<name>var</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The string to use when binding the result to the page,
			request, session or application scope. If not specified, the result
			gets outputted to the writer (i.e. typically directly to the JSP).</description>
		</attribute>
		<attribute>
			<name>scope</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The scope to use when exporting the result to a variable.
			This attribute is only used when var is also set. Possible values are
			page, request, session and application.</description>
		</attribute>
		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set HTML escaping for this tag, as boolean value.
			Overrides the default HTML escaping setting for the current page.</description>
		</attribute>
		<attribute>
			<name>javaScriptEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set JavaScript escaping for this tag, as boolean value. Default is false.</description>
		</attribute>
	</tag>

	<tag>
		<name>hasBindErrors</name>
		<tag-class>org.springframework.web.servlet.tags.BindErrorsTag</tag-class>
		<body-content>JSP</body-content>
		<description>
			Provides Errors instance in case of bind errors.
			The HTML escaping flag participates in a page-wide or application-wide setting
			(i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
		</description>
		<variable>
			<name-given>errors</name-given>
			<variable-class>org.springframework.validation.Errors</variable-class>
		</variable>
		<attribute>
			<name>name</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The name of the bean in the request, that needs to be
			inspected for errors. If errors are available for this bean, they
			will be bound under the 'errors' key.</description>
		</attribute>
		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set HTML escaping for this tag, as boolean value.
			Overrides the default HTML escaping setting for the current page.</description>
		</attribute>
	</tag>

	<tag>
		<name>nestedPath</name>
		<tag-class>org.springframework.web.servlet.tags.NestedPathTag</tag-class>
		<body-content>JSP</body-content>
		<description>
			Sets a nested path to be used by the bind tag's path.
		</description>
		<variable>
			<name-given>nestedPath</name-given>
			<variable-class>java.lang.String</variable-class>
		</variable>
		<attribute>
			<name>path</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set the path that this tag should apply. E.g. 'customer'
			to allow bind paths like 'address.street' rather than
			'customer.address.street'.</description>
		</attribute>
	</tag>

	<tag>
		<name>bind</name>
		<tag-class>org.springframework.web.servlet.tags.BindTag</tag-class>
		<body-content>JSP</body-content>
		<description>
			Provides BindStatus object for the given bind path.
			The HTML escaping flag participates in a page-wide or application-wide setting
			(i.e. by HtmlEscapeTag or a "defaultHtmlEscape" context-param in web.xml).
		</description>
		<variable>
			<name-given>status</name-given>
			<variable-class>org.springframework.web.servlet.support.BindStatus</variable-class>
		</variable>
		<attribute>
			<name>path</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The path to the bean or bean property to bind status
			information for. For instance account.name, company.address.zipCode
			or just employee. The status object will exported to the page scope,
			specifically for this bean or bean property</description>
		</attribute>
		<attribute>
			<name>ignoreNestedPath</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set whether to ignore a nested path, if any. Default is to not ignore.</description>
		</attribute>
		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set HTML escaping for this tag, as boolean value. Overrides
			the default HTML escaping setting for the current page.</description>
		</attribute>
	</tag>

	<tag>
		<name>transform</name>
		<tag-class>org.springframework.web.servlet.tags.TransformTag</tag-class>
		<body-content>JSP</body-content>
		<description>
			Provides transformation of variables to Strings, using an appropriate
			custom PropertyEditor from BindTag (can only be used inside BindTag).
			The HTML escaping flag participates in a page-wide or application-wide setting
			(i.e. by HtmlEscapeTag or a 'defaultHtmlEscape' context-param in web.xml).
		</description>
		<attribute>
			<name>value</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The value to transform. This is the actual object you want
			to have transformed (for instance a Date). Using the PropertyEditor that
			is currently in use by the 'spring:bind' tag.</description>
		</attribute>
		<attribute>
			<name>var</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The string to use when binding the result to the page,
			request, session or application scope. If not specified, the result gets
			outputted to the writer (i.e. typically directly to the JSP).</description>
		</attribute>
		<attribute>
			<name>scope</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>The scope to use when exported the result to a variable.
			This attribute is only used when var is also set. Possible values are
			page, request, session and application.</description>
		</attribute>
		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
			<description>Set HTML escaping for this tag, as boolean value. Overrides
			the default HTML escaping setting for the current page.</description>
		</attribute>
	</tag>

</taglib>

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品毛片大码女人| 国产成人免费9x9x人网站视频| 国产精品久久久久影院| 久久这里只有精品6| 久久久久久亚洲综合影院红桃| 欧美变态tickling挠脚心| 欧美一级艳片视频免费观看| 欧美精品久久天天躁| 欧美伦理视频网站| 日韩视频在线观看一区二区| 欧美一区二区三区喷汁尤物| 日韩欧美一区二区三区在线| 日韩午夜小视频| 久久久www成人免费毛片麻豆 | 欧美一区二区三区性视频| 欧美精品黑人性xxxx| 欧美一卡二卡在线| 日韩精品一区二区三区swag| 精品粉嫩超白一线天av| 久久九九99视频| 国产精品蜜臀av| 亚洲精品国久久99热| 一区二区三区免费看视频| 五月天中文字幕一区二区| 日本亚洲欧美天堂免费| 国产伦精品一区二区三区视频青涩 | 成人av资源在线| 91色porny蝌蚪| 欧美午夜电影网| 日韩手机在线导航| 久久精品日产第一区二区三区高清版 | 国产日韩综合av| 国产精品短视频| 亚洲午夜国产一区99re久久| 麻豆国产欧美一区二区三区| 国产成人av一区| 在线亚洲一区二区| 日韩视频在线观看一区二区| 国产日产欧美一区二区视频| 亚洲精品乱码久久久久久| 日韩国产欧美在线播放| 国产大陆a不卡| 91激情五月电影| 日韩三级电影网址| 国产精品国产三级国产三级人妇 | 精品一区中文字幕| 成人精品高清在线| 欧美精品第1页| 国产亚洲精品免费| 亚洲福利国产精品| 国产成人在线观看| 欧美日韩免费一区二区三区| 精品99久久久久久| 亚洲综合久久av| 国产福利一区二区| 欧美三级日韩三级| 国产清纯白嫩初高生在线观看91 | 91美女片黄在线观看| 欧美一级片免费看| 一区二区三区波多野结衣在线观看| 久久99精品国产.久久久久 | 337p粉嫩大胆色噜噜噜噜亚洲| 国产精品国模大尺度视频| 日本午夜一区二区| 91女厕偷拍女厕偷拍高清| 久久久亚洲精华液精华液精华液| 一区二区三区四区视频精品免费 | 亚洲另类在线一区| 国产麻豆成人传媒免费观看| 欧美精品自拍偷拍动漫精品| 中文字幕av一区二区三区| 久久激情综合网| 欧美喷潮久久久xxxxx| 国产精品久久久久一区二区三区 | 亚洲第一会所有码转帖| 成人久久久精品乱码一区二区三区| 欧美久久高跟鞋激| 亚洲国产欧美另类丝袜| 99视频一区二区| 欧美激情一区不卡| 狠狠色狠狠色综合| 欧美一区二区三区四区五区| 一级女性全黄久久生活片免费| 国产精品99久久久久久有的能看 | 亚洲一卡二卡三卡四卡| 成人午夜免费av| 国产视频911| 久久99精品久久久久| 欧美一区三区二区| 日韩精品三区四区| 在线不卡中文字幕播放| 亚洲成a天堂v人片| 欧美午夜精品一区二区蜜桃| 亚洲午夜私人影院| 91成人网在线| 亚洲九九爱视频| 在线一区二区三区四区五区| 国产精品久久久久三级| 丰满少妇在线播放bd日韩电影| 久久网这里都是精品| 黄色日韩三级电影| 久久精品一区八戒影视| 国产在线一区观看| 久久精品一区二区三区av| 国产福利一区二区三区视频在线| 久久五月婷婷丁香社区| 国产suv精品一区二区三区| 久久女同精品一区二区| 成人性生交大片免费| 国产精品成人午夜| www.成人网.com| 亚洲人精品一区| 一本色道久久综合亚洲aⅴ蜜桃 | 亚洲精品自拍动漫在线| 色婷婷av一区二区三区gif| 一区二区高清免费观看影视大全| 在线亚洲高清视频| 日日夜夜精品视频天天综合网| 3d动漫精品啪啪| 伦理电影国产精品| 久久久久国产精品麻豆 | 久久久精品免费网站| 成人国产视频在线观看| 亚洲欧洲综合另类在线| 欧美美女视频在线观看| 蜜桃一区二区三区在线| 久久久亚洲高清| 色综合久久综合网欧美综合网| 亚洲精品中文在线| 欧美一区二区三区在线观看| 国产一区二区三区免费看| 国产精品午夜在线观看| 91久久精品网| 日韩av网站在线观看| 国产三级精品三级| 在线观看成人免费视频| 美女一区二区三区在线观看| 国产精品另类一区| 欧美日韩一区二区三区四区五区| 日本不卡高清视频| 国产精品久久久久久久久免费丝袜 | 91污片在线观看| 性做久久久久久免费观看欧美| 欧美一区二区高清| 国产成人免费高清| 亚洲电影一级片| 欧美极品另类videosde| 91社区在线播放| 久久精品国产免费| 自拍偷拍亚洲激情| 欧美成人福利视频| 色欧美日韩亚洲| 国产精品一区二区免费不卡| 亚洲丝袜自拍清纯另类| 精品国精品自拍自在线| 99久精品国产| 狠狠色丁香婷婷综合| 一区二区三区电影在线播| 精品sm捆绑视频| 欧美日韩另类一区| 99久久亚洲一区二区三区青草| 日本不卡在线视频| 亚洲精品一卡二卡| 国产欧美在线观看一区| 欧美日韩美女一区二区| 91亚洲永久精品| 国产精品自在欧美一区| 亚洲午夜久久久久久久久久久| 日本一二三不卡| 91精品国产综合久久久久久| 91麻豆国产在线观看| 国产一区在线视频| 日韩高清不卡一区二区三区| 一区二区三区欧美日| 国产精品久久久久久妇女6080| 欧美成人精精品一区二区频| 欧美日韩精品一区二区天天拍小说 | 日韩精品中文字幕一区二区三区| 色综合婷婷久久| 国产精品中文字幕一区二区三区| 日韩国产欧美三级| 亚洲大片免费看| 国产精品毛片久久久久久| 久久久久久久久久久久久夜| 日韩视频一区二区三区在线播放 | 日韩一区二区三区在线观看| 欧洲精品一区二区三区在线观看| 成人黄页毛片网站| 国产精品香蕉一区二区三区| 久久99国产精品久久99果冻传媒| 亚洲一区在线视频观看| 亚洲人妖av一区二区| 国产精品国产自产拍高清av| 国产午夜精品在线观看| 欧美成人猛片aaaaaaa| 日韩写真欧美这视频| 欧美精品欧美精品系列| 欧美日本韩国一区二区三区视频| 欧美三级一区二区| 欧美性大战久久久|