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.1 i18n-capable formatting library

Tag Library Information
Display NameJSTL fmt
Version1.1
Short Namefmt
URIhttp://java.sun.com/jsp/jstl/fmt
 

Tag Summary
requestEncoding Sets the request character encoding
setLocale Stores the given locale in the locale configuration variable
timeZone Specifies the time zone for any time formatting or parsing actions nested in its body
setTimeZone Stores the given time zone in the time zone configuration variable
bundle Loads a resource bundle to be used by its tag body
setBundle Loads a resource bundle and stores it in the named scoped variable or the bundle configuration variable
message Maps key to localized message and performs parametric replacement
param Supplies an argument for parametric replacement to a containing <message> tag
formatNumber Formats a numeric value as a number, currency, or percentage
parseNumber Parses the string representation of a number, currency, or percentage
formatDate Formats a date and/or time using the supplied styles and pattern
parseDate Parses the string representation of a date and/or time
 

Tag Library Validator
org.apache.taglibs.standard.tlv.JstlFmtTLV Provides 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.