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"> JSTL 1.1 i18n-capable formatting library JSTL fmt 1.1 fmt http://java.sun.com/jsp/jstl/fmt Provides core validation features for JSTL tags. org.apache.taglibs.standard.tlv.JstlFmtTLV Sets the request character encoding requestEncoding org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag empty Name of character encoding to be applied whendecoding request parameters. value false true Stores the given locale in the locale configuration variable setLocale org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag empty A String value is interpreted as theprintable representation of a locale, whichmust 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 beseparated by hyphen (-) or underscore(_). value true true Vendor- or browser-specific variant.See the java.util.Locale javadocs formore information on variants. variant false true Scope of the locale configuration variable. scope false false Specifies the time zone for any time formatting or parsing actions nested in its body timeZone org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag JSP The time zone. A String value is interpreted asa time zone ID. This may be one of the time zoneIDs supported by the Java platform (such as"America/Los_Angeles") or a custom time zoneID (such as "GMT-8"). Seejava.util.TimeZone for more information onsupported time zone formats. value true true Stores the given time zone in the time zone configuration variable setTimeZone org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag empty The time zone. A String value is interpreted asa time zone ID. This may be one of the time zoneIDs supported by the Java platform (such as"America/Los_Angeles") or a custom time zoneID (such as "GMT-8"). See java.util.TimeZone formore information on supported time zoneformats. value true true Name of the exported scoped variable whichstores the time zone of typejava.util.TimeZone. var false false Scope of var or the time zone configurationvariable. scope false false Loads a resource bundle to be used by its tag body bundle org.apache.taglibs.standard.tag.rt.fmt.BundleTag JSP Resource bundle base name. This is the bundle'sfully-qualified resource name, which has the sameform as a fully-qualified class name, that is, it uses"." as the package component separator and does nothave any file type (such as ".class" or ".properties")suffix. basename true true Prefix to be prepended to the value of the messagekey of any nested action. prefix false true Loads a resource bundle and stores it in the named scoped variable or the bundle configuration variable setBundle org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag empty Resource bundle base name. This is the bundle'sfully-qualified resource name, which has the sameform as a fully-qualified class name, that is, it uses"." as the package component separator and does nothave any file type (such as ".class" or ".properties")suffix. basename true true Name of the exported scoped variable which storesthe i18n localization context of typejavax.servlet.jsp.jstl.fmt.LocalizationContext. var false false Scope of var or the localization contextconfiguration variable. scope false false Maps key to localized message and performs parametric replacement message org.apache.taglibs.standard.tag.rt.fmt.MessageTag JSP Message key to be looked up. key false true Localization context in whose resourcebundle the message key is looked up. bundle false true Name of the exported scoped variablewhich stores the localized message. var false false Scope of var. scope false false Supplies an argument for parametric replacement to a containing tag param org.apache.taglibs.standard.tag.rt.fmt.ParamTag JSP Argument used for parametric replacement. value false true Formats a numeric value as a number, currency, or percentage formatNumber org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag JSP Numeric value to be formatted. value false true Specifies whether the value is to beformatted as number, currency, orpercentage. type false true Custom formatting pattern. pattern false true ISO 4217 currency code. Applied onlywhen formatting currencies (i.e. if type isequal to "currency"); ignored otherwise. currencyCode false true Currency symbol. Applied only whenformatting currencies (i.e. if type is equalto "currency"); ignored otherwise. currencySymbol false true