All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.jstl.1.2.source-code.fmt-1_0-rt.tld Maven / Gradle / Ivy

The newest version!



  1.0
  1.2
  fmt_rt
  http://java.sun.com/jstl/fmt_rt
  JSTL fmt RT
  JSTL 1.0 i18n-capable formatting library

  
    
        org.apache.taglibs.standard.tlv.JstlFmtTLV
    
    
        Provides core validation features for JSTL tags.
    
  

  
    requestEncoding
    org.apache.taglibs.standard.tag.rt.fmt.RequestEncodingTag
    empty
    
        Sets the request character encoding
    
    
        value
        false
        true
    
  

  
    setLocale
    org.apache.taglibs.standard.tag.rt.fmt.SetLocaleTag
    empty
    
        Stores the given locale in the locale configuration variable
    
    
        value
        true
        true
    
    
        variant
        false
        true
    
    
        scope
        false
        false
    
  

  
    timeZone
    org.apache.taglibs.standard.tag.rt.fmt.TimeZoneTag
    JSP
    
        Specifies the time zone for any time formatting or parsing actions
        nested in its body
    
    
        value
        true
        true
    
  

  
    setTimeZone
    org.apache.taglibs.standard.tag.rt.fmt.SetTimeZoneTag
    empty
    
        Stores the given time zone in the time zone configuration variable
    
    
        value
        true
        true
    
    
        var
        false
        false
    
    
        scope
        false
        false
    
  

  
    bundle
    org.apache.taglibs.standard.tag.rt.fmt.BundleTag
    JSP
    
        Loads a resource bundle to be used by its tag body
    
    
        basename
        true
        true
    
    
        prefix
        false
        true
    
  

  
    setBundle
    org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag
    empty
    
        Loads a resource bundle and stores it in the named scoped variable or
        the bundle configuration variable
    
    
        basename
        true
        true
    
    
        var
        false
        false
    
    
        scope
        false
        false
    
  

  
    message
    org.apache.taglibs.standard.tag.rt.fmt.MessageTag
    JSP
    
        Maps key to localized message and performs parametric replacement
    
    
        key
        false
        true
    
    
        bundle
        false
        true
    
    
        var
        false
        false
    
    
        scope
        false
        false
    
  

  
    param
    org.apache.taglibs.standard.tag.rt.fmt.ParamTag
    JSP
    
        Supplies an argument for parametric replacement to a containing
        <message> tag
    
    
        value
        false
        true
    
  

  
    formatNumber
    org.apache.taglibs.standard.tag.rt.fmt.FormatNumberTag
    JSP
    
        Formats a numeric value as a number, currency, or percentage
    
    
        value
        false
        true
    
    
        type
        false
        true
    
    
        pattern
        false
        true
    
    
        currencyCode
        false
        true
    
    
        currencySymbol
        false
        true
    
    
        groupingUsed
        false
        true
    
    
        maxIntegerDigits
        false
        true
    
    
        minIntegerDigits
        false
        true
    
    
        maxFractionDigits
        false
        true
    
    
        minFractionDigits
        false
        true
    
    
        var
        false
        false
    
    
        scope
        false
        false
    
  

  
    parseNumber
    org.apache.taglibs.standard.tag.rt.fmt.ParseNumberTag
    JSP
    
        Parses the string representation of a number, currency, or percentage
    
    
        value
        false
        true
    
    
        type
        false
        true
    
    
        pattern
        false
        true
    
    
        parseLocale
        false
        true
    
    
        integerOnly
        false
        true
    
    
        var
        false
        false
    
    
        scope
        false
        false
    
  

  
    formatDate
    org.apache.taglibs.standard.tag.rt.fmt.FormatDateTag
    empty
    
        Formats a date and/or time using the supplied styles and pattern
    
    
        value
        true
        true
    
    
        type
        false
        true
    
    
        dateStyle
        false
        true
    
    
        timeStyle
        false
        true
    
    
        pattern
        false
        true
    
    
        timeZone
        false
        true
    
    
        var
        false
        false
    
    
        scope
        false
        false
    
  

  
    parseDate
    org.apache.taglibs.standard.tag.rt.fmt.ParseDateTag
    JSP
    
        Parses the string representation of a date and/or time
    
    
        value
        false
        true
    
    
        type
        false
        true
    
    
        dateStyle
        false
        true
    
    
        timeStyle
        false
        true
    
    
        pattern
        false
        true
    
    
        timeZone
        false
        true
    
    
        parseLocale
        false
        true
    
    
        var
        false
        false
    
    
        scope
        false
        false
    
  






© 2015 - 2024 Weber Informatics LLC | Privacy Policy