alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
  PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
  "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<taglib>
  <tlib-version>1.0
  <jsp-version>1.2
  <short-name>fmt_rt
  <uri>http://java.sun.com/jstl/fmt_rt
  <display-name>JSTL fmt RT
  <description>JSTL 1.0 i18n-capable formatting library

  <validator>
    <validator-class>
        org.apache.taglibs.standard.tlv.JstlFmtTLV
    </validator-class>
    <description>
        Provides core validation features for JSTL tags.
    </description>
  </validator>

  <tag>
    <name>requestEncoding
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag
    <body-content>empty
    <description>
        Sets the request character encoding
    </description>
    <attribute>
        <name>value
        <required>false
        <rtexprvalue>true
    </attribute>
  </tag>

  <tag>
    <name>setLocale
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
    <body-content>empty
    <description>
        Stores the given locale in the locale configuration variable
    </description>
    <attribute>
        <name>value
        <required>true
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>variant
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>scope
        <required>false
        <rtexprvalue>false
    </attribute>
  </tag>

  <tag>
    <name>timeZone
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag
    <body-content>JSP
    <description>
        Specifies the time zone for any time formatting or parsing actions
        nested in its body
    </description>
    <attribute>
        <name>value
        <required>true
        <rtexprvalue>true
    </attribute>
  </tag>

  <tag>
    <name>setTimeZone
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
    <body-content>empty
    <description>
        Stores the given time zone in the time zone configuration variable
    </description>
    <attribute>
        <name>value
        <required>true
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>var
        <required>false
        <rtexprvalue>false
    </attribute>
    <attribute>
        <name>scope
        <required>false
        <rtexprvalue>false
    </attribute>
  </tag>

  <tag>
    <name>bundle
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.BundleTag
    <body-content>JSP
    <description>
        Loads a resource bundle to be used by its tag body
    </description>
    <attribute>
        <name>basename
        <required>true
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>prefix
        <required>false
        <rtexprvalue>true
    </attribute>
  </tag>

  <tag>
    <name>setBundle
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag
    <body-content>empty
    <description>
        Loads a resource bundle and stores it in the named scoped variable or
        the bundle configuration variable
    </description>
    <attribute>
        <name>basename
        <required>true
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>var
        <required>false
        <rtexprvalue>false
    </attribute>
    <attribute>
        <name>scope
        <required>false
        <rtexprvalue>false
    </attribute>
  </tag>

  <tag>
    <name>message
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.MessageTag
    <body-content>JSP
    <description>
        Maps key to localized message and performs parametric replacement
    </description>
    <attribute>
        <name>key
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>bundle
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>var
        <required>false
        <rtexprvalue>false
    </attribute>
    <attribute>
        <name>scope
        <required>false
        <rtexprvalue>false
    </attribute>
  </tag>

  <tag>
    <name>param
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.ParamTag
    <body-content>JSP
    <description>
        Supplies an argument for parametric replacement to a containing
        <message> tag
    </description>
    <attribute>
        <name>value
        <required>false
        <rtexprvalue>true
    </attribute>
  </tag>

  <tag>
    <name>formatNumber
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
    <body-content>JSP
    <description>
        Formats a numeric value as a number, currency, or percentage
    </description>
    <attribute>
        <name>value
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>type
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>pattern
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>currencyCode
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>currencySymbol
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>groupingUsed
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>maxIntegerDigits
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>minIntegerDigits
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>maxFractionDigits
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>minFractionDigits
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>var
        <required>false
        <rtexprvalue>false
    </attribute>
    <attribute>
        <name>scope
        <required>false
        <rtexprvalue>false
    </attribute>
  </tag>

  <tag>
    <name>parseNumber
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
    <body-content>JSP
    <description>
        Parses the string representation of a number, currency, or percentage
    </description>
    <attribute>
        <name>value
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>type
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>pattern
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>parseLocale
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>integerOnly
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>var
        <required>false
        <rtexprvalue>false
    </attribute>
    <attribute>
        <name>scope
        <required>false
        <rtexprvalue>false
    </attribute>
  </tag>

  <tag>
    <name>formatDate
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
    <body-content>empty
    <description>
        Formats a date and/or time using the supplied styles and pattern
    </description>
    <attribute>
        <name>value
        <required>true
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>type
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>dateStyle
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>timeStyle
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>pattern
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>timeZone
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>var
        <required>false
        <rtexprvalue>false
    </attribute>
    <attribute>
        <name>scope
        <required>false
        <rtexprvalue>false
    </attribute>
  </tag>

  <tag>
    <name>parseDate
    <tag-class>org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
    <body-content>JSP
    <description>
        Parses the string representation of a date and/or time
    </description>
    <attribute>
        <name>value
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>type
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>dateStyle
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>timeStyle
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>pattern
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>timeZone
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>parseLocale
        <required>false
        <rtexprvalue>true
    </attribute>
    <attribute>
        <name>var
        <required>false
        <rtexprvalue>false
    </attribute>
    <attribute>
        <name>scope
        <required>false
        <rtexprvalue>false
    </attribute>
  </tag>

</taglib>
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.