META-INF.fmt-1_0.tld Maven / Gradle / Ivy
1.0
1.2
fmt
http://java.sun.com/jstl/fmt
JSTL fmt
JSTL 1.0 i18n-capable formatting library
org.apache.taglibs.standard.tlv.JstlFmtTLV
expressionAttributes
requestEncoding:value
setLocale:value
setLocale:variant
timeZone:value
setTimeZone:value
bundle:basename
bundle:prefix
setBundle:basename
message:key
message:bundle
param:value
formatNumber:value
formatNumber:pattern
formatNumber:currencyCode
formatNumber:currencySymbol
formatNumber:groupingUsed
formatNumber:maxIntegerDigits
formatNumber:minIntegerDigits
formatNumber:maxFractionDigits
formatNumber:minFractionDigits
parseNumber:value
parseNumber:pattern
parseNumber:parseLocale
parseNumber:integerOnly
formatDate:value
formatDate:pattern
formatDate:timeZone
parseDate:value
parseDate:pattern
parseDate:timeZone
parseDate:parseLocale
Whitespace-separated list of colon-separated token pairs
describing tag:attribute combinations that accept expressions.
The validator uses this information to determine which
attributes need their syntax validated.
requestEncoding
org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag
empty
Sets the request character encoding
value
false
false
setLocale
org.apache.taglibs.standard.tag.el.fmt.SetLocaleTag
empty
Stores the given locale in the locale configuration variable
value
true
false
variant
false
false
scope
false
false
timeZone
org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag
JSP
Specifies the time zone for any time formatting or parsing actions
nested in its body
value
true
false
setTimeZone
org.apache.taglibs.standard.tag.el.fmt.SetTimeZoneTag
empty
Stores the given time zone in the time zone configuration variable
value
true
false
var
false
false
scope
false
false
bundle
org.apache.taglibs.standard.tag.el.fmt.BundleTag
JSP
Loads a resource bundle to be used by its tag body
basename
true
false
prefix
false
false
setBundle
org.apache.taglibs.standard.tag.el.fmt.SetBundleTag
empty
Loads a resource bundle and stores it in the named scoped variable or
the bundle configuration variable
basename
true
false
var
false
false
scope
false
false
message
org.apache.taglibs.standard.tag.el.fmt.MessageTag
JSP
Maps key to localized message and performs parametric replacement
key
false
false
bundle
false
false
var
false
false
scope
false
false
param
org.apache.taglibs.standard.tag.el.fmt.ParamTag
JSP
Supplies an argument for parametric replacement to a containing
<message> tag
value
false
false
formatNumber
org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag
JSP
Formats a numeric value as a number, currency, or percentage
value
false
false
type
false
false
pattern
false
false
currencyCode
false
false
currencySymbol
false
false
groupingUsed
false
false
maxIntegerDigits
false
false
minIntegerDigits
false
false
maxFractionDigits
false
false
minFractionDigits
false
false
var
false
false
scope
false
false
parseNumber
org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag
JSP
Parses the string representation of a number, currency, or percentage
value
false
false
type
false
false
pattern
false
false
parseLocale
false
false
integerOnly
false
false
var
false
false
scope
false
false
formatDate
org.apache.taglibs.standard.tag.el.fmt.FormatDateTag
empty
Formats a date and/or time using the supplied styles and pattern
value
true
false
type
false
false
dateStyle
false
false
timeStyle
false
false
pattern
false
false
timeZone
false
false
var
false
false
scope
false
false
parseDate
org.apache.taglibs.standard.tag.el.fmt.ParseDateTag
JSP
Parses the string representation of a date and/or time
value
false
false
type
false
false
dateStyle
false
false
timeStyle
false
false
pattern
false
false
timeZone
false
false
parseLocale
false
false
var
false
false
scope
false
false