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

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

?? fmt.tld

?? 這是一段用struts和hibernate做的單位數據庫管理程序
?? TLD
?? 第 1 頁 / 共 2 頁
字號:
<?xml version="1.0" encoding="UTF-8" ?>

<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
    version="2.0">
    
  <description>JSTL 1.1 i18n-capable formatting library</description>
  <display-name>JSTL fmt</display-name>
  <tlib-version>1.1</tlib-version>
  <short-name>fmt</short-name>
  <uri>http://java.sun.com/jsp/jstl/fmt</uri>

  <validator>
    <description>
        Provides core validation features for JSTL tags.
    </description>
    <validator-class>
        org.apache.taglibs.standard.tlv.JstlFmtTLV
    </validator-class>
  </validator>

  <tag>
    <description>
        Sets the request character encoding
    </description>
    <name>requestEncoding</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag</tag-class>
    <body-content>empty</body-content>
    <attribute>
        <description>
Name of character encoding to be applied when
decoding request parameters.
        </description>
        <name>value</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <description>
        Stores the given locale in the locale configuration variable
    </description>
    <name>setLocale</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag</tag-class>
    <body-content>empty</body-content>
    <attribute>
        <description>
A String value is interpreted as the
printable representation of a locale, which
must contain a two-letter (lower-case)
language code (as defined by ISO-639),
and may contain a two-letter (upper-case)
country code (as defined by ISO-3166).
Language and country codes must be
separated by hyphen (-) or underscore
(_).        
	</description>
        <name>value</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Vendor- or browser-specific variant.
See the java.util.Locale javadocs for
more information on variants.
        </description>
        <name>variant</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Scope of the locale configuration variable.
        </description>
        <name>scope</name>
        <required>false</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <description>
        Specifies the time zone for any time formatting or parsing actions
        nested in its body
    </description>
    <name>timeZone</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag</tag-class>
    <body-content>JSP</body-content>
    <attribute>
        <description>
The time zone. A String value is interpreted as
a time zone ID. This may be one of the time zone
IDs supported by the Java platform (such as
"America/Los_Angeles") or a custom time zone
ID (such as "GMT-8"). See
java.util.TimeZone for more information on
supported time zone formats.
        </description>
        <name>value</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <description>
        Stores the given time zone in the time zone configuration variable
    </description>
    <name>setTimeZone</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag</tag-class>
    <body-content>empty</body-content>
    <attribute>
        <description>
The time zone. A String value is interpreted as
a time zone ID. This may be one of the time zone
IDs supported by the Java platform (such as
"America/Los_Angeles") or a custom time zone
ID (such as "GMT-8"). See java.util.TimeZone for
more information on supported time zone
formats.
        </description>
        <name>value</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Name of the exported scoped variable which
stores the time zone of type
java.util.TimeZone.
        </description>
        <name>var</name>
        <required>false</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Scope of var or the time zone configuration
variable.
        </description>
        <name>scope</name>
        <required>false</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <description>
        Loads a resource bundle to be used by its tag body
    </description>
    <name>bundle</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.BundleTag</tag-class>
    <body-content>JSP</body-content>
    <attribute>
        <description>
Resource bundle base name. This is the bundle's
fully-qualified resource name, which has the same
form as a fully-qualified class name, that is, it uses
"." as the package component separator and does not
have any file type (such as ".class" or ".properties")
suffix.
        </description>
        <name>basename</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Prefix to be prepended to the value of the message
key of any nested &lt;fmt:message&gt; action.
        </description>
        <name>prefix</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <description>
        Loads a resource bundle and stores it in the named scoped variable or
        the bundle configuration variable
    </description>
    <name>setBundle</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag</tag-class>
    <body-content>empty</body-content>
    <attribute>
        <description>
Resource bundle base name. This is the bundle's
fully-qualified resource name, which has the same
form as a fully-qualified class name, that is, it uses
"." as the package component separator and does not
have any file type (such as ".class" or ".properties")
suffix.
        </description>
        <name>basename</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Name of the exported scoped variable which stores
the i18n localization context of type
javax.servlet.jsp.jstl.fmt.LocalizationC
ontext.
        </description>
        <name>var</name>
        <required>false</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Scope of var or the localization context
configuration variable.
        </description>
        <name>scope</name>
        <required>false</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <description>
        Maps key to localized message and performs parametric replacement
    </description>
    <name>message</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.MessageTag</tag-class>
    <body-content>JSP</body-content>
    <attribute>
        <description>
Message key to be looked up.
        </description>
        <name>key</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Localization context in whose resource
bundle the message key is looked up.
        </description>
        <name>bundle</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Name of the exported scoped variable
which stores the localized message.
        </description>
        <name>var</name>
        <required>false</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Scope of var.
        </description>
        <name>scope</name>
        <required>false</required>
        <rtexprvalue>false</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <description>
        Supplies an argument for parametric replacement to a containing
        &lt;message&gt; tag
    </description>
    <name>param</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.ParamTag</tag-class>
    <body-content>JSP</body-content>
    <attribute>
        <description>
Argument used for parametric replacement.
        </description>
        <name>value</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
  </tag>

  <tag>
    <description>
        Formats a numeric value as a number, currency, or percentage
    </description>
    <name>formatNumber</name>
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag</tag-class>
    <body-content>JSP</body-content>
    <attribute>
        <description>
Numeric value to be formatted.
        </description>
        <name>value</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Specifies whether the value is to be
formatted as number, currency, or
percentage.
        </description>
        <name>type</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Custom formatting pattern.
        </description>
        <name>pattern</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
ISO 4217 currency code. Applied only
when formatting currencies (i.e. if type is
equal to "currency"); ignored otherwise.
        </description>
        <name>currencyCode</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
    </attribute>
    <attribute>
        <description>
Currency symbol. Applied only when
formatting currencies (i.e. if type is equal
to "currency"); ignored otherwise.
        </description>
        <name>currencySymbol</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美mv和日韩mv的网站| 亚洲成人激情av| 亚洲精品欧美在线| 国产一区二区电影| 欧美色倩网站大全免费| 亚洲国产精品成人综合色在线婷婷| 亚洲福利一二三区| www.成人在线| 久久久久久久久伊人| 日韩国产精品久久| 色老汉av一区二区三区| 国产丝袜在线精品| 蜜臀av一区二区在线免费观看| 99精品热视频| 中文字幕中文字幕一区二区| 国产精品99久久久| 69av一区二区三区| 午夜av电影一区| 欧美日韩一区二区在线观看| 欧美女孩性生活视频| 亚洲自拍偷拍欧美| 一本一道久久a久久精品| 国产精品天美传媒| 高潮精品一区videoshd| 久久久国产午夜精品| 韩国精品主播一区二区在线观看 | 亚洲妇女屁股眼交7| av在线不卡电影| 国产日韩欧美精品一区| 一区二区三区av电影| 91视频精品在这里| 国产精品乱码妇女bbbb| 精品在线免费观看| 91精品国产综合久久久久久久久久| 亚洲你懂的在线视频| 国产精品香蕉一区二区三区| 日韩一区二区三区四区五区六区| 亚洲日本欧美天堂| 懂色av一区二区夜夜嗨| 欧美mv日韩mv亚洲| 日韩国产精品久久久| 欧美精品一卡二卡| 国产亚洲女人久久久久毛片| 国内成+人亚洲+欧美+综合在线| 欧美日韩国产综合一区二区 | 91美女蜜桃在线| 国产精品欧美极品| 成人午夜激情片| 中文字幕在线不卡国产视频| 国产成人精品www牛牛影视| 精品88久久久久88久久久| 免费看欧美美女黄的网站| 欧美疯狂性受xxxxx喷水图片| 亚洲国产一二三| 色婷婷亚洲精品| 亚洲黄色小说网站| 91女神在线视频| 精东粉嫩av免费一区二区三区| 欧美一级生活片| 日本不卡一二三区黄网| 91麻豆精品国产自产在线观看一区 | 色美美综合视频| 中文字幕中文在线不卡住| 北岛玲一区二区三区四区| 国产精品视频看| 91久久精品一区二区三| 日韩精品一二区| 精品毛片乱码1区2区3区| 国产一区二区三区久久久| 久久蜜桃av一区二区天堂| 成人h动漫精品| 亚洲伦理在线免费看| 91精品国产一区二区| 国产一区二区三区久久悠悠色av| 麻豆视频观看网址久久| 久久九九久精品国产免费直播| 国产福利一区二区三区视频在线| 中文字幕av一区二区三区| 欧美色爱综合网| 狠狠网亚洲精品| 成人免费在线视频| 在线观看一区二区视频| 久久99精品国产| 亚洲精品久久久蜜桃| 精品久久五月天| 92精品国产成人观看免费| 丝袜美腿高跟呻吟高潮一区| 欧美成人vr18sexvr| www.爱久久.com| 寂寞少妇一区二区三区| 中文在线免费一区三区高中清不卡| 在线观看亚洲精品| 国模娜娜一区二区三区| 一区二区三区在线视频播放| 欧美一区二区精品| 91在线免费视频观看| 首页国产丝袜综合| 国产精品国产三级国产普通话99 | 国产欧美一区二区精品仙草咪| 色噜噜久久综合| 久久99久久99小草精品免视看| 国产精品国产精品国产专区不片| 91精品国产综合久久蜜臀| 成人久久久精品乱码一区二区三区 | 国产乱子伦视频一区二区三区| 亚洲欧美日韩综合aⅴ视频| 欧美电影精品一区二区| 在线视频国内自拍亚洲视频| 国产一区二区三区观看| 天天射综合影视| 国产精品久久久久影院色老大| 一区二区三区在线不卡| 欧美国产精品一区| 欧美一级片在线看| 精品一区二区影视| 丝袜a∨在线一区二区三区不卡| 国产精品国产三级国产aⅴ中文| 精品sm捆绑视频| 日韩午夜激情av| 欧美午夜电影网| 色婷婷久久综合| 一本一道久久a久久精品 | 亚洲444eee在线观看| 中文字幕在线一区免费| 国产三级精品三级| 久久亚洲综合色一区二区三区| 在线免费观看日韩欧美| 成人精品鲁一区一区二区| 九色综合国产一区二区三区| 日韩影院免费视频| 一本色道综合亚洲| 成a人片国产精品| youjizz国产精品| 成人免费视频一区| 成人精品免费视频| caoporn国产一区二区| 成人午夜精品一区二区三区| 岛国av在线一区| 成人精品视频一区| 国产成人亚洲精品狼色在线| 91视频在线观看免费| 欧美亚洲国产一区二区三区va| 欧美系列在线观看| 欧美电影在哪看比较好| 欧美伦理影视网| 欧美成人一级视频| 久久久久高清精品| 中文字幕国产精品一区二区| 中文字幕制服丝袜一区二区三区 | 久久国产精品无码网站| 蜜乳av一区二区三区| 国产伦精品一区二区三区免费迷| 狠狠狠色丁香婷婷综合激情| 国产精品亚洲一区二区三区妖精| 国产精品自拍av| 成人福利视频网站| 欧美性生活大片视频| 日韩免费一区二区| 国产午夜精品福利| 亚洲欧美国产毛片在线| 视频一区二区中文字幕| 国模无码大尺度一区二区三区| 懂色av一区二区夜夜嗨| 在线视频欧美区| 欧美成人女星排行榜| 国产精品无人区| 亚洲青青青在线视频| ...av二区三区久久精品| 午夜视频久久久久久| 国产成人亚洲综合a∨婷婷| 91亚洲精品乱码久久久久久蜜桃| 欧美精品v日韩精品v韩国精品v| 欧美精品免费视频| 久久九九久久九九| 亚洲.国产.中文慕字在线| 国产精品1024| 777奇米成人网| 久久亚洲免费视频| 视频一区二区中文字幕| 不卡av电影在线播放| 日韩三级高清在线| 亚洲激情在线激情| 国产乱码精品一区二区三区av| 色美美综合视频| 中日韩免费视频中文字幕| 婷婷成人激情在线网| 波多野结衣亚洲| 欧美成人女星排行榜| 亚洲一卡二卡三卡四卡无卡久久| 国产精品亚洲成人| 欧美精品第1页| 一区二区三区丝袜| 精品久久久久久最新网址| 亚洲欧美日韩小说| 国产精品一区免费视频| 91麻豆精品国产| 亚洲成a人片综合在线| 东方aⅴ免费观看久久av| 国产欧美一区二区精品性色超碰 | 水野朝阳av一区二区三区|