JSTL fmt


Standard Syntax:
     <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

XML Syntax:
     <anyxmlelement xmlns:fmt="http://java.sun.com/jsp/jstl/fmt" />

JSTL 1.2 i18n-capable formatting library

Tag Library Information
Display NameJSTL fmt
Version1.2
Short Namefmt
URIhttp://java.sun.com/jsp/jstl/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.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.