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

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

?? spring.tld

?? SSH 開發網上訂餐系統。由于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一区二区三区免费野_久草精品视频
日韩国产精品久久久久久亚洲| 26uuu精品一区二区 | 国产免费观看久久| 国产一区二区电影| 国产亚洲欧美日韩在线一区| 国产精品一卡二卡在线观看| 久久嫩草精品久久久精品一| 国产高清视频一区| 国产精品久久久久久亚洲毛片 | 色综合久久99| 一区二区成人在线视频 | 蜜桃视频在线一区| 欧美一区二区三区免费视频| 久久疯狂做爰流白浆xx| 国产三级一区二区三区| 91在线一区二区三区| 亚洲国产视频在线| 日韩欧美国产精品一区| 丁香婷婷深情五月亚洲| 亚洲男人天堂av| 7777精品伊人久久久大香线蕉最新版| 奇米影视一区二区三区小说| 久久精品一区八戒影视| 91免费小视频| 老司机午夜精品| 国产精品毛片大码女人| 欧美日韩国产影片| 国产成人免费在线观看不卡| 一区二区三区四区不卡在线| 在线综合视频播放| 大胆欧美人体老妇| 丝袜美腿亚洲综合| 欧美国产乱子伦| 欧美剧情片在线观看| 国产成人精品aa毛片| 亚洲1区2区3区4区| 国产日产精品一区| 欧美乱熟臀69xxxxxx| 粉嫩嫩av羞羞动漫久久久| 天天亚洲美女在线视频| 国产精品视频在线看| 51精品秘密在线观看| 99精品热视频| 久久99精品久久久久久久久久久久| 国产精品白丝在线| 久久综合色婷婷| 欧美日韩激情一区二区| 91在线视频网址| 国产精品一区二区91| 美女网站一区二区| 亚洲成在人线在线播放| 国产精品高清亚洲| 久久久青草青青国产亚洲免观| 欧美日韩精品欧美日韩精品一| 97久久超碰国产精品电影| 国产综合色视频| 日韩国产一区二| 亚洲午夜免费视频| 一区二区三区日本| 中文字幕亚洲电影| 国产亚洲综合在线| 欧美成人bangbros| 日韩免费高清视频| 欧美一区二区三区免费在线看 | 91在线视频免费观看| 国产精品中文字幕欧美| 麻豆免费看一区二区三区| 天堂va蜜桃一区二区三区漫画版 | 亚洲3atv精品一区二区三区| 日韩理论在线观看| 中文字幕一区二区三区四区不卡| 国产午夜亚洲精品理论片色戒| 日韩亚洲欧美成人一区| 91精品国产色综合久久| 欧美绝品在线观看成人午夜影视| 欧美体内she精视频| 欧美日免费三级在线| 欧美酷刑日本凌虐凌虐| 欧美人与z0zoxxxx视频| 欧美日韩国产三级| 欧美一区欧美二区| 欧美成人乱码一区二区三区| 精品国产一区a| 久久毛片高清国产| 中文字幕av一区二区三区| 中文字幕国产一区二区| 国产精品理伦片| 日韩理论片一区二区| 亚洲午夜久久久久| 午夜精品一区二区三区电影天堂| 性欧美疯狂xxxxbbbb| 免费在线观看精品| 国产酒店精品激情| 成人91在线观看| 91豆麻精品91久久久久久| 欧美三级视频在线观看| 3atv在线一区二区三区| 日韩一区二区三区免费观看| 久久久久久免费毛片精品| 最新高清无码专区| 婷婷久久综合九色综合绿巨人 | 欧美福利电影网| 日韩欧美国产不卡| 欧美极品另类videosde| 亚洲一区二区av在线| 免费久久精品视频| 成人国产亚洲欧美成人综合网| 99国产精品久久久久久久久久久 | 亚洲另类春色国产| 日韩vs国产vs欧美| 成人精品gif动图一区| 欧美三级在线视频| 国产三区在线成人av| 亚洲一区二区三区美女| 蜜臀av性久久久久av蜜臀妖精| 国产成人精品亚洲日本在线桃色| 一本久久a久久免费精品不卡| 7777精品伊人久久久大香线蕉的 | 日韩一区二区电影在线| 欧美极品美女视频| 日韩黄色片在线观看| 高清不卡一区二区| 精品1区2区3区| 久久久不卡网国产精品一区| 一区二区成人在线| 高清不卡一区二区在线| 欧美巨大另类极品videosbest| 久久久久国色av免费看影院| 亚洲国产日产av| 不卡电影一区二区三区| 日韩三级.com| 亚洲综合色网站| 豆国产96在线|亚洲| 欧美一级久久久| 亚洲精品一二三区| 成人午夜私人影院| 日韩视频一区二区三区在线播放 | 欧美人动与zoxxxx乱| 国产目拍亚洲精品99久久精品| 天天影视涩香欲综合网| 91蝌蚪porny| 欧美韩日一区二区三区| 久久精品国产精品亚洲综合| 色哟哟一区二区在线观看| 精品88久久久久88久久久| 日本成人在线网站| 欧美日韩久久一区二区| 国产精品国产a级| 国产成人精品免费网站| 欧美精品一区男女天堂| 奇米色一区二区| 欧美午夜精品久久久久久超碰 | 国产伦精品一区二区三区免费迷| 欧美色图片你懂的| 色天天综合色天天久久| 国产精品久久久久久久午夜片| 亚洲曰韩产成在线| 99久久精品免费| 中文字幕av免费专区久久| 国产伦精一区二区三区| 精品久久久网站| 日韩av中文字幕一区二区三区| 欧美日韩成人综合在线一区二区| 亚洲精品成人悠悠色影视| 色综合天天综合在线视频| 亚洲欧美日本韩国| 97久久超碰精品国产| 中文字幕日韩一区| 99re66热这里只有精品3直播| 国产精品女主播av| 成人a区在线观看| 亚洲欧美中日韩| 色婷婷久久综合| 亚洲一级二级在线| 欧美日韩美少妇| 免费在线观看日韩欧美| 精品久久久久久亚洲综合网| 精品一区二区三区蜜桃| 国产日产亚洲精品系列| 99久久免费视频.com| 亚洲色图在线视频| 91福利在线播放| 日韩电影在线观看网站| 欧美大片拔萝卜| 国产夫妻精品视频| 中文字幕中文乱码欧美一区二区| 成人精品电影在线观看| 一区二区三区欧美亚洲| 欧美一区二区精品在线| 国产在线精品一区二区夜色| 日本一区二区三区四区| 一本大道综合伊人精品热热| 亚洲v中文字幕| 欧美精品一区二区三区一线天视频 | 青青草原综合久久大伊人精品| 欧美一卡二卡在线| 国产成人精品一区二区三区网站观看| 亚洲少妇最新在线视频| 欧美男人的天堂一二区| 国产一区二区三区免费观看|