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

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

?? spring.tld

?? have a look Spring+Hibernate+Struts資源共享系統(tǒng)
?? 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>

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲永久免费视频| 亚洲精品一区在线观看| caoporm超碰国产精品| 成人国产精品免费观看| 欧美人狂配大交3d怪物一区 | 国产毛片一区二区| 色哟哟精品一区| 26uuu亚洲综合色| 亚洲国产综合91精品麻豆| 久久国产麻豆精品| 色综合久久精品| 午夜精品一区二区三区免费视频| 成人av免费观看| 亚洲免费观看高清| 看片网站欧美日韩| 亚洲国产精品精华液ab| 日韩中文字幕区一区有砖一区 | 亚洲欧美日韩一区二区三区在线观看| 99久久综合99久久综合网站| 亚洲一二三区视频在线观看| 日韩欧美国产1| 亚洲图片另类小说| 国产福利91精品一区二区三区| 欧美日韩黄视频| 国产精品一二一区| 久久免费看少妇高潮| 男人的天堂亚洲一区| 欧美日本在线看| 国产精品66部| 亚洲va天堂va国产va久| 91在线视频免费观看| 中文字幕中文字幕在线一区| 成人丝袜视频网| 国产精品免费视频观看| 粉嫩aⅴ一区二区三区四区五区| 欧美精品黑人性xxxx| 国产精品久久毛片| 欧美久久婷婷综合色| 国产一区日韩二区欧美三区| 亚洲欧美激情视频在线观看一区二区三区| 91精品久久久久久久99蜜桃| 亚洲免费成人av| 久久色中文字幕| 欧美三级电影在线观看| 偷拍日韩校园综合在线| 国产精品免费网站在线观看| 欧美一卡二卡三卡| 成人动漫一区二区三区| 久久精品av麻豆的观看方式| 中文字幕一区三区| 欧美日韩一级二级| av在线不卡免费看| 国产乱子伦视频一区二区三区 | 91色porny蝌蚪| 亚洲狼人国产精品| 欧美美女激情18p| 成人理论电影网| 国产精品原创巨作av| 日本不卡123| 亚洲成av人片一区二区| 亚洲综合久久久久| 亚洲人妖av一区二区| 亚洲国产高清aⅴ视频| 精品精品国产高清a毛片牛牛 | 国产在线视视频有精品| 国产农村妇女精品| 欧美日韩一区二区在线观看| 99视频一区二区| 成人激情免费视频| 成人av集中营| 高清成人免费视频| 成人一区二区在线观看| 成人午夜在线免费| 国产91丝袜在线观看| 国产成人精品亚洲午夜麻豆| 国产一区二区不卡在线| 久草热8精品视频在线观看| 亚洲欧美另类图片小说| 亚洲视频在线观看一区| 成人免费在线观看入口| 亚洲欧美激情小说另类| 一区二区三区四区蜜桃 | 国产拍欧美日韩视频二区| 精品日产卡一卡二卡麻豆| 91久久奴性调教| 国产一区二区三区黄视频| 国产一区不卡视频| 成人免费看黄yyy456| av午夜一区麻豆| 91黄色激情网站| 91精品国产一区二区人妖| 91精品国产综合久久香蕉的特点| 欧美一级黄色大片| 欧美最猛黑人xxxxx猛交| 国产成人啪免费观看软件| 成人黄色网址在线观看| 在线免费观看日本欧美| 欧美区一区二区三区| 日韩一级二级三级| 国产精品色呦呦| 亚洲美女少妇撒尿| 日本午夜一区二区| 青青草国产成人av片免费| 久久66热re国产| 91色综合久久久久婷婷| 欧美日本韩国一区| 国产亚洲美州欧州综合国| 欧美一区日韩一区| 国产午夜亚洲精品不卡 | 亚洲国产日韩在线一区模特| 日本三级亚洲精品| 国产精华液一区二区三区| 日本久久电影网| 欧美xxxxxxxxx| 亚洲视频1区2区| 麻豆国产精品一区二区三区 | 在线精品视频小说1| 欧美一区二区三区公司| 国产精品久久久久久妇女6080| 一二三四区精品视频| 久久99国产精品久久99| 在线视频亚洲一区| 精品国产91久久久久久久妲己 | 久久亚洲一区二区三区四区| 一区二区欧美精品| 国产精品123区| 欧美卡1卡2卡| 综合精品久久久| 国产制服丝袜一区| 欧美色爱综合网| 中文字幕欧美一| 国产一区二区剧情av在线| 欧美高清视频一二三区 | 一区二区久久久久久| 韩国v欧美v日本v亚洲v| 欧美日韩一区二区三区在线看 | 亚洲mv在线观看| 99综合影院在线| 久久精品一区二区三区不卡| 午夜精品久久久久久久99樱桃| 成人黄色大片在线观看| 精品久久久久久久一区二区蜜臀| 一区二区成人在线视频| 91色婷婷久久久久合中文| 久久久久久久av麻豆果冻| 午夜精品在线看| 欧美性感一区二区三区| 日韩精品专区在线影院观看| 亚洲午夜av在线| 色成人在线视频| 中文字幕日本不卡| 成人激情图片网| 国产区在线观看成人精品| 男女男精品视频网| 欧美一级淫片007| 三级影片在线观看欧美日韩一区二区 | 亚洲精品成人少妇| 91在线观看成人| 亚洲欧美在线观看| 91免费精品国自产拍在线不卡| 国产免费观看久久| 成人精品一区二区三区中文字幕| 久久伊人蜜桃av一区二区| 久久国产精品99久久久久久老狼| 欧美精品精品一区| 日韩av电影天堂| 91精品国产色综合久久不卡蜜臀| 午夜婷婷国产麻豆精品| 欧美日韩不卡一区| 日本不卡一二三| 亚洲精品一区二区三区99| 国内精品伊人久久久久影院对白| 精品动漫一区二区三区在线观看| 精品一二线国产| 久久久久久久综合色一本| 国产黄色精品网站| 中文字幕成人av| 91久久免费观看| 日韩高清国产一区在线| 精品久久一区二区三区| 国产福利一区在线| 亚洲三级在线免费观看| 欧美在线观看视频一区二区 | 激情综合色丁香一区二区| 欧美成人一区二区三区在线观看| 韩国毛片一区二区三区| 亚洲国产高清在线| 欧美午夜电影在线播放| 青青草国产精品亚洲专区无| wwww国产精品欧美| 成人黄色一级视频| 亚洲国产精品精华液网站| 欧美成人免费网站| 91色porny在线视频| 日韩国产一区二| 中文成人av在线| 欧美欧美午夜aⅴ在线观看| 精品一区二区三区在线播放| 亚洲国产高清在线| 51精品秘密在线观看|