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
value
false
true
Stores the given locale in the locale configuration variable
setLocale
org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
empty
value
true
true
variant
false
true
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
value
true
true
Stores the given time zone in the time zone configuration variable
setTimeZone
org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
empty
value
true
true
var
false
false
scope
false
false
Loads a resource bundle to be used by its tag body
bundle
org.apache.taglibs.standard.tag.rt.fmt.BundleTag
JSP
basename
true
true
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
basename
true
true
var
false
false
scope
false
false
Maps key to localized message and performs parametric replacement
message
org.apache.taglibs.standard.tag.rt.fmt.MessageTag
JSP
key
false
true
bundle
false
true
var
false
false
scope
false
false
Supplies an argument for parametric replacement to a containing
<message> tag
param
org.apache.taglibs.standard.tag.rt.fmt.ParamTag
JSP
value
false
true
Formats a numeric value as a number, currency, or percentage
formatNumber
org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
JSP
value
false
true
type
false
true
pattern
false
true
currencyCode
false
true
currencySymbol
false
true
groupingUsed
false
true
maxIntegerDigits
false
true
minIntegerDigits
false
true
maxFractionDigits
false
true
minFractionDigits
false
true
var
false
false
scope
false
false
Parses the string representation of a number, currency, or percentage
parseNumber
org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
JSP
value
false
true
type
false
true
pattern
false
true
parseLocale
false
true
integerOnly
false
true
var
false
false
scope
false
false
Formats a date and/or time using the supplied styles and pattern
formatDate
org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
empty
value
true
true
type
false
true
dateStyle
false
true
timeStyle
false
true
pattern
false
true
timeZone
false
true
var
false
false
scope
false
false
Parses the string representation of a date and/or time
parseDate
org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
JSP
value
false
true
type
false
true
dateStyle
false
true
timeStyle
false
true
pattern
false
true
timeZone
false
true
parseLocale
false
true
var
false
false
scope
false
false