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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? spring.tld

?? struts hibernate spring 整合源碼,用于ssh框架的初學者,很實用
?? 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>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>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91精品国产手机| 国产精品理论片在线观看| 久久久久久久久久久久久女国产乱| 日本一区二区三区视频视频| 亚洲综合色自拍一区| 国产精品小仙女| 91精品一区二区三区久久久久久| 中文乱码免费一区二区| 蜜桃av噜噜一区二区三区小说| 色婷婷综合激情| 国产日韩亚洲欧美综合| 日本亚洲三级在线| 欧美日韩精品免费| 亚洲欧美一区二区三区国产精品| 国产麻豆成人精品| 欧美一级电影网站| 亚洲国产日日夜夜| 色天天综合色天天久久| 国产精品你懂的在线欣赏| 国产一区二区看久久| 精品女同一区二区| 蜜臀av在线播放一区二区三区| 欧美亚洲综合在线| 亚洲精品成人精品456| 99热这里都是精品| 一区免费观看视频| 91在线国产福利| 国产精品美女久久久久av爽李琼| 国产毛片精品视频| 久久久美女毛片| 国产精品18久久久久久久久| 国产婷婷精品av在线| 国产成人aaa| 国产精品不卡在线| 97久久精品人人做人人爽| 亚洲女人****多毛耸耸8| 色婷婷亚洲婷婷| 亚洲国产精品一区二区久久| 欧美日韩一区二区三区视频| 天天影视网天天综合色在线播放| 欧美日韩国产一级片| 亚洲成精国产精品女| 337p亚洲精品色噜噜| 日韩成人一级片| 欧美mv日韩mv| 懂色一区二区三区免费观看| 国产精品乱码久久久久久| 91麻豆免费观看| 亚洲成精国产精品女| 日韩欧美aaaaaa| 大胆亚洲人体视频| 亚洲自拍与偷拍| 日韩一级免费一区| 成人高清视频免费观看| 亚洲激情图片小说视频| 欧美一区二区日韩| 国产精品18久久久久久久网站| 亚洲色图丝袜美腿| 欧美视频在线一区二区三区 | 欧美aa在线视频| 久久久综合视频| 91蜜桃在线免费视频| 日韩高清一区在线| 国产精品网友自拍| 欧美亚州韩日在线看免费版国语版| 奇米色一区二区三区四区| 国产精品色在线| 欧美日本视频在线| 成人在线综合网| 午夜精品久久久久久久| 久久精品人人爽人人爽| 欧美在线制服丝袜| 国产美女在线观看一区| 亚洲在线视频免费观看| 久久久久久久久伊人| 欧美日韩一区二区三区四区五区| 国产一区二区精品久久99| 一区二区三区色| 国产日韩欧美激情| 7777精品伊人久久久大香线蕉超级流畅 | 日本 国产 欧美色综合| 中文字幕一区二区三区色视频| 欧美精品tushy高清| 成人激情午夜影院| 激情综合五月婷婷| 亚洲va中文字幕| 中文字幕日韩av资源站| 久久综合久久综合久久综合| 欧美亚洲丝袜传媒另类| jlzzjlzz欧美大全| 国产一区在线观看麻豆| 日韩一区精品字幕| 亚洲国产精品天堂| 亚洲男同1069视频| 国产精品天干天干在线综合| 欧美成人福利视频| 91精品婷婷国产综合久久| 欧美性一区二区| 97精品国产97久久久久久久久久久久| 国模大尺度一区二区三区| 日韩激情视频在线观看| 亚洲v日本v欧美v久久精品| 中文字幕一区av| 国产精品久久久久久亚洲毛片 | 欧美三级电影在线看| 91论坛在线播放| 成人中文字幕电影| 丁香桃色午夜亚洲一区二区三区| 精品一区二区在线播放| 久久91精品国产91久久小草| 日韩一区欧美二区| 日韩**一区毛片| 麻豆久久久久久| 精品一区二区三区不卡 | 日本成人中文字幕在线视频 | 亚洲精品国产第一综合99久久| 亚洲欧洲韩国日本视频| 国产精品福利影院| 亚洲日穴在线视频| 一区二区激情小说| 亚洲成av人影院| 人人精品人人爱| 久久99国产精品久久99| 国产一区二区三区av电影| 精品午夜久久福利影院| 国产成人免费xxxxxxxx| 精品一区二区三区在线播放| 国产一区二区网址| 91蜜桃视频在线| 91成人网在线| 日韩限制级电影在线观看| 精品久久久久久亚洲综合网| 国产日韩精品一区二区三区在线| 国产精品国产三级国产aⅴ中文| 亚洲欧美日韩系列| 天天爽夜夜爽夜夜爽精品视频| 麻豆成人免费电影| 成人午夜在线免费| 在线观看日韩国产| 日韩一级片网站| 国产精品国产三级国产普通话99| 亚洲黄色av一区| 精品一区二区三区在线视频| 成人app软件下载大全免费| 欧美无砖专区一中文字| 日韩欧美国产午夜精品| 中文字幕日韩av资源站| 青青草97国产精品免费观看无弹窗版| 国产精品系列在线观看| 91成人免费在线视频| 久久网站热最新地址| 亚洲另类色综合网站| 精品在线一区二区| 色婷婷综合久色| 久久午夜色播影院免费高清| 一区二区三区欧美久久| 国产一区久久久| 欧美午夜精品久久久久久孕妇| 久久免费精品国产久精品久久久久| 亚洲人成影院在线观看| 精品夜夜嗨av一区二区三区| 99精品热视频| 26uuu精品一区二区在线观看| 亚洲欧美日韩国产综合在线| 韩国在线一区二区| 欧美日韩国产不卡| 国产精品久久久久婷婷| 免费成人在线观看| 欧美综合在线视频| 中文字幕一区二区三区在线不卡 | 欧美成人一区二区三区在线观看| 亚洲欧洲综合另类| 国产精品18久久久久| 91精品国产日韩91久久久久久| 国产精品传媒入口麻豆| 精品一区二区三区香蕉蜜桃 | 91日韩精品一区| 国产午夜亚洲精品不卡| 全部av―极品视觉盛宴亚洲| 在线视频国内自拍亚洲视频| 中文字幕第一区二区| 国内外精品视频| 日韩视频免费观看高清完整版 | 亚洲欧美自拍偷拍色图| 国产乱子伦视频一区二区三区 | 国产精品资源在线观看| 91精品综合久久久久久| 亚洲一区二区三区视频在线播放 | 日韩欧美在线网站| 偷拍日韩校园综合在线| 欧美视频一区在线| 亚洲综合无码一区二区| 在线视频欧美精品| 亚洲视频小说图片| 91免费版pro下载短视频| 一区二区中文视频| 91啪亚洲精品| 夜夜精品视频一区二区| 在线观看网站黄不卡| 无码av免费一区二区三区试看 |