@ -27,6 +27,11 @@
<short-name>fmt</short-name> <!-- 标签库的简短名称 -->
<uri>http://java.sun.com/jsp/jstl/fmt</uri> <!-- 标签库的URI -->
<validator>
<description>
Provides core validation features for JSTL tags. <!-- 描述: 提供JSTL标签的核心验证功能 -->
@ -36,6 +41,11 @@
</validator-class><!-- 验证器类 -->
</validator>
<tag>
<description>
Sets the request character encoding <!-- 描述:设置请求的字符编码 -->
@ -53,6 +63,11 @@
</attribute>
</tag>
<tag>
<description>
Stores the given locale in the locale configuration variable <!-- 描述:将给定的区域设置存储在区域配置变量中 -->
@ -69,7 +84,12 @@
<rtexprvalue>true</rtexprvalue> <!-- 允许使用运行时表达式 -->
</attribute>
<attribute>
<description>
<description>
Vendor- or browser-specific variant. See the java.util.Locale javadocs for more information on variants. <!-- 描述: 供应商或浏览器特定的变体。有关变体的更多信息, 请参见java.util.Locale的Javadoc。 -->
</description>
<name>variant</name> <!-- 属性名称 -->
@ -103,6 +123,11 @@
</attribute>
</tag>
<tag>
<description>
Stores the given time zone in the time zone configuration variable <!-- 描述:将给定的时区存储在时区配置变量中 -->
@ -117,7 +142,12 @@
<name>value</name> <!-- 属性名称 -->
<required>true</required> <!-- 此属性是必须的 -->
<rtexprvalue>true</rtexprvalue> <!-- 允许使用运行时表达式 -->
</attribute>
</attribute>
<attribute>
<description>
Name of the exported scoped variable which stores the time zone of type java.util.TimeZone. <!-- 描述: 存储java.util.TimeZone类型的时区的导出作用域变量的名称。 -->
@ -136,6 +166,11 @@
</attribute>
</tag>
<tag>
<description>
Loads a resource bundle to be used by its tag body
@ -167,6 +202,11 @@ key of any nested <fmt:message> action.
</attribute>
</tag>
<tag>
<description>
Loads a resource bundle and stores it in the named scoped variable or
@ -198,7 +238,12 @@ ontext.
<name>var</name> <!-- 属性名称 -->
<required>false</required> <!-- 此属性不是必须的 -->
<rtexprvalue>false</rtexprvalue> <!-- 不允许使用运行时表达式 -->
</attribute>
</attribute>
<attribute>
<description>
Scope of var or the localization context
@ -234,7 +279,12 @@ bundle the message key is looked up.<!-- 描述:在其资源包中查找消息
<required>false</required> <!-- 此属性不是必须的 -->
<rtexprvalue>true</rtexprvalue> <!-- 允许使用运行时表达式 -->
</attribute>
<attribute>
<attribute>
<description>
Name of the exported scoped variable
which stores the localized message.<!-- 描述:存储本地化消息的导出作用域变量的名称。 -->
@ -271,6 +321,11 @@ Argument used for parametric replacement.<!-- 描述:用于参数替换的参
</attribute>
</tag>
<tag>
<description>
Formats a numeric value as a number, currency, or percentage<!-- 描述:将数字值格式化为数字、货币或百分比 -->
@ -325,7 +380,12 @@ to "currency"); ignored otherwise.
<rtexprvalue>true</rtexprvalue><!-- 允许使用运行时表达式 -->
</attribute>
<attribute>
<description>
<description>
Specifies whether the formatted output
will contain any grouping separators.
</description>
@ -358,7 +418,12 @@ fractional portion of the formatted output.<!--货币最大值-->
</description>
<name>maxFractionDigits</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description>
@ -377,7 +442,12 @@ String.
</description>
<name>var</name><!--属性明1-->
<required>false</required><!---->
<rtexprvalue>false</rtexprvalue><!---->
<rtexprvalue>false</rtexprvalue><!---->
</attribute>
<attribute>
<description>
@ -401,7 +471,12 @@ Scope of var.
String to be parsed.
</description>
<name>value</name>
<required>false</required>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
@ -421,7 +496,12 @@ how the string in the value attribute is to be
parsed.-->
</description><!---->
<name>pattern</name>
<required>false</required>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
@ -443,7 +523,12 @@ applied.
the given value should be parsed.-->
</description>
<name>integerOnly</name>
<required>false</required>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
@ -480,7 +565,12 @@ Date and/or time to be formatted.
<name>value</name>
<required>true</required><!-- 不允许使用运行时表达式 -->
<rtexprvalue>true</rtexprvalue>
</attribute>
</attribute>
<attribute>
<description>
Specifies whether the time, the date, or both
@ -501,7 +591,12 @@ time (i.e. if type is missing or is equal to
"date" or "both"); ignored otherwise.
</description>
<name>dateStyle</name>
<required>false</required>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
@ -548,7 +643,12 @@ Name of the exported scoped variable which<!-- 描述:自定义格式化模式
Scope of var.
</description><!---->
<name>scope</name><!-- 属性名称 -->
<required>false</required><!---->
<required>false</required><!---->
<rtexprvalue>false</rtexprvalue><!-- 描述:自定义格式化模式。 -->
</attribute>
</tag>
@ -622,7 +722,12 @@ Time zone in which to interpret any time
information in the date string.<!-- 描述:自定义格式化模式。 -->
</description>
<name>timeZone</name><!-- 属性名称 -->
<required>false</required><!-- 不允许使用运行时表达式 -->
<required>false</required><!-- 不允许使用运行时表达式 -->
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
@ -650,7 +755,12 @@ java.util.Date) is stored.
<attribute>
<description><!-- 描述:自定义格式化模式。 -->
Scope of var.
</description>
</description>
<name>scope</name><!-- 属性名称 -->
<required>false</required>
<rtexprvalue>false</rtexprvalue><!-- 不允许使用运行时表达式 -->