JSTL fmt


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

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

JSTL 1.0 i18n-capable formatting library

Tag Library Information
Display NameJSTL fmt
Version1.0
Short Namefmt10
URIhttp://java.sun.com/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.JstlFmtTLVNo Description
Initialization Parameters:
NameValueDescription
expressionAttributesrequestEncoding: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:parseLocaleNo Description
 


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.