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

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

?? spring.tld

?? 航空票務管理員系統 OrderTickets無包版 struts+hibernate+spring
?? 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>1.1.2</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. Authors: Rod Johnson, Juergen Hoeller</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>
		</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>
		</attribute>

		<attribute>
			<name>javaScriptEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</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>
		</attribute>

		<attribute>
			<name>code</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>arguments</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>argumentSeparator</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>text</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>var</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>scope</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>javaScriptEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</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>code</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>arguments</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>text</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>var</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>scope</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>javaScriptEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</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>
		</attribute>

		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</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>
		</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>
		</attribute>

		<attribute>
			<name>ignoreNestedPath</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</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>
		</attribute>

		<attribute>
			<name>var</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>scope</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

		<attribute>
			<name>htmlEscape</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>

	</tag>

</taglib>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产做a爰片久久毛片| 不卡av在线网| 不卡在线视频中文字幕| 欧美乱妇一区二区三区不卡视频| 亚洲成人久久影院| 国产一区二区视频在线播放| 在线观看亚洲精品| 久久久国产精品不卡| 日韩国产在线一| 色综合久久综合网| 国产精品全国免费观看高清| 麻豆91免费看| 欧美二区三区的天堂| 亚洲日本乱码在线观看| 丰满亚洲少妇av| 欧美sm极限捆绑bd| 视频一区中文字幕国产| 日本道精品一区二区三区| 亚洲国产经典视频| 韩国欧美一区二区| 欧美一区二区视频免费观看| 亚洲精品高清在线观看| 97久久超碰精品国产| 中文幕一区二区三区久久蜜桃| 蜜桃av一区二区| 日韩一区二区在线免费观看| 亚洲专区一二三| 91久久精品日日躁夜夜躁欧美| 中文字幕第一区二区| 国产麻豆欧美日韩一区| 久久无码av三级| 狠狠色丁香九九婷婷综合五月| 欧美videos大乳护士334| 日本va欧美va精品| 欧美成人精品1314www| 美腿丝袜亚洲色图| 欧美成人乱码一区二区三区| 久久91精品久久久久久秒播| 亚洲精品一区二区三区福利| 久久精品国产亚洲高清剧情介绍| 精品伦理精品一区| 国产在线不卡一区| 国产网站一区二区三区| 成人高清伦理免费影院在线观看| 中文字幕五月欧美| 在线视频观看一区| 日韩高清不卡在线| 欧美成人r级一区二区三区| 久久99国产精品久久99| 国产亚洲欧美中文| 色综合天天综合狠狠| 亚洲国产欧美日韩另类综合 | 91麻豆福利精品推荐| 中文字幕一区二区三中文字幕| 成人18视频日本| 亚洲第一福利一区| 欧美xxxxxxxx| aaa亚洲精品| 99精品久久免费看蜜臀剧情介绍| 亚洲女性喷水在线观看一区| 欧美色欧美亚洲另类二区| 手机精品视频在线观看| 日韩欧美第一区| 不卡电影免费在线播放一区| 亚洲成人av福利| 久久久久久久综合日本| 97久久精品人人爽人人爽蜜臀| 偷拍一区二区三区| 久久久久久99精品| 91在线观看免费视频| 日本网站在线观看一区二区三区| 久久久久久一级片| 一本到一区二区三区| 看片的网站亚洲| 亚洲三级在线观看| 日韩一区二区高清| 91浏览器入口在线观看| 狠狠色丁香久久婷婷综合_中 | 色www精品视频在线观看| 亚洲成人先锋电影| 中文字幕第一区二区| 欧美男男青年gay1069videost| 国模娜娜一区二区三区| 一区二区三区四区高清精品免费观看 | 岛国一区二区三区| 中文字幕一区二区三区不卡| 日韩一区二区三| 99久久精品99国产精品| 久久99精品久久只有精品| 一区二区久久久久久| 久久久国产一区二区三区四区小说 | 国产色产综合色产在线视频| 欧美日韩在线精品一区二区三区激情| 日韩 欧美一区二区三区| 日韩伦理免费电影| 久久久精品tv| 欧美mv日韩mv国产| 欧美浪妇xxxx高跟鞋交| 成人97人人超碰人人99| 国产传媒久久文化传媒| 免费视频一区二区| 日韩成人免费看| 亚洲国产精品自拍| 亚洲一区二区三区四区在线| 国产精品护士白丝一区av| 国产亚洲精品久| 日韩和欧美的一区| 亚洲成人资源网| 亚洲国产日韩精品| 一级女性全黄久久生活片免费| 亚洲女与黑人做爰| 亚洲乱码日产精品bd| 亚洲欧洲99久久| 中文字幕一区av| 亚洲欧洲色图综合| 亚洲免费观看高清完整| 亚洲欧洲精品一区二区三区不卡| 久久精品欧美一区二区三区不卡| 日韩免费电影一区| 久久综合久久鬼色| 欧美激情自拍偷拍| 国产精品久久久久婷婷| 国产精品女同互慰在线看| 欧美国产欧美综合| 自拍偷拍欧美激情| 一区二区三区在线影院| 亚洲一区二区在线视频| 午夜久久久影院| 久久福利视频一区二区| 激情深爱一区二区| 成av人片一区二区| 欧美亚洲高清一区| 制服丝袜激情欧洲亚洲| 日韩欧美色综合网站| 久久老女人爱爱| 国产精品久久影院| 亚洲国产日韩在线一区模特| 日本亚洲免费观看| 成人动漫在线一区| 欧美午夜精品理论片a级按摩| 欧美日韩国产精选| 26uuu亚洲综合色欧美| 国产精品无遮挡| 亚洲图片欧美视频| 精品一区二区三区在线观看| 成人综合婷婷国产精品久久免费| 色偷偷久久人人79超碰人人澡| 欧美日韩精品一区二区在线播放| 欧美一区二区在线免费观看| 国产午夜三级一区二区三| 亚洲男人电影天堂| 免费成人在线观看视频| 粉嫩高潮美女一区二区三区| 色偷偷成人一区二区三区91| 欧美不卡一区二区| 亚洲激情在线激情| 国内精品不卡在线| 日本高清无吗v一区| 精品国产污污免费网站入口| 亚洲欧洲日韩综合一区二区| 捆绑紧缚一区二区三区视频| 91免费视频网址| 亚洲精品在线免费播放| 一二三四区精品视频| 国产成人精品影视| 91精品国产91久久久久久一区二区 | 欧美午夜影院一区| 精品久久久久久久人人人人传媒| 国产精品视频yy9299一区| 亚洲成av人片一区二区梦乃| 精品99一区二区三区| 亚洲欧洲av色图| 国产大片一区二区| 日韩欧美一二三区| 亚洲综合丝袜美腿| 不卡一区二区三区四区| 欧美电视剧免费观看| 一区二区国产视频| 成人av集中营| 久久久久久97三级| 激情欧美日韩一区二区| 欧美精品在线视频| 一区二区三区久久| 91在线观看下载| 国产视频一区二区在线观看| 久久er99精品| 7777精品伊人久久久大香线蕉最新版 | 精品一区二区三区免费| 欧美狂野另类xxxxoooo| 亚洲国产精品人人做人人爽| 不卡的av电影| 国产精品福利电影一区二区三区四区| 久久66热re国产| 日韩精品资源二区在线| 同产精品九九九| 欧美福利电影网| 日韩国产高清在线| 日韩一区二区高清| 久久精品国产秦先生| 日韩午夜三级在线|