Tags fmt


Standard Syntax:
     <%@ taglib prefix="fmt" uri="jakarta.tags.fmt" %>

XML Syntax:
     <anyxmlelement xmlns:fmt="jakarta.tags.fmt" />

Tags 3.0 i18n-capable formatting library

Tag Library Information
Display NameTags fmt
Version3.0
Short Namefmt
URIjakarta.tags.fmt
 

Tag Summary
requestEncodingSets the request character encoding
setLocaleStores the given locale in the locale configuration variable
timeZoneSpecifies the time zone for any time formatting or parsing actions nested in its body
setTimeZoneStores the given time zone in the time zone configuration variable
bundleLoads a resource bundle to be used by its tag body
setBundleLoads a resource bundle and stores it in the named scoped variable or the bundle configuration variable
messageMaps key to localized message and performs parametric replacement
paramSupplies an argument for parametric replacement to a containing tag
formatNumberFormats a numeric value as a number, currency, or percentage
parseNumberParses the string representation of a number, currency, or percentage
formatDateFormats a date and/or time using the supplied styles and pattern
parseDateParses the string representation of a date and/or time
 

Tag Library Validator
org.apache.taglibs.standard.tlv.JstlFmtTLVProvides core validation features for JSTL tags.
 


Copyright © 2018, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.