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

META-INF.mcc.tld Maven / Gradle / Ivy

The newest version!




   1.0
   1.2
   mcc
   http://myfaces.apache.org/commons/converters
   Myfaces Commons Converter Tag Library 1.1.
   MyFaces subproject that contains converters to be used with any JSF implementation.



    
   
   
      convertNumber
      org.apache.myfaces.commons.converter.TypedNumberConverterTag
      empty
      destType or the value binding to determine the 
correct destination type to convert the number to

This tag creates a number formatting converter and associates it with the nearest 
parent UIComponent. It uses either the manually set destType or the value 
binding to determine the correct destination type to convert the number to. 

Unless otherwise specified, all attributes accept static values or EL expressions.]]>
      
      
         destType
         false
         false
         java.lang.String
         
      
      
         currencyCode
         false
         false
         java.lang.String
         
      
      
         currencySymbol
         false
         false
         java.lang.String
         
      
      
         groupingUsed
         false
         false
         java.lang.String
         
      
      
         integerOnly
         false
         false
         java.lang.String
         
      
      
         locale
         false
         false
         java.lang.String
         
      
      
         maxFractionDigits
         false
         false
         java.lang.String
         
      
      
         maxIntegerDigits
         false
         false
         java.lang.String
         
      
      
         minFractionDigits
         false
         false
         java.lang.String
         
      
      
         minIntegerDigits
         false
         false
         java.lang.String
         
      
      
         pattern
         false
         false
         java.lang.String
         
      
      
         type
         false
         false
         java.lang.String
         
      
      
         summaryMessage
         false
         false
         java.lang.String
         
      
      
         detailMessage
         false
         false
         java.lang.String
         
      
   
   
      convertBoolean
      org.apache.myfaces.commons.converter.ConvertBooleanTag
      empty
      
To customize the representation of a boolean true and false,
use {@link #setTrueValue(String)}
and {@link #setFalseValue(String)}
respectively.  If  not configured with these setter methods,
it defaults to true and false.

The values are case sensitive.

]]> falseValue false false java.lang.String trueValue false false java.lang.String convertDateTime org.apache.myfaces.commons.converter.ConvertDateTimeTag empty dateStyle false false java.lang.String locale false false java.lang.String pattern false false java.lang.String timeStyle false false java.lang.String timeZone false false java.lang.String type false false java.lang.String convertEnum org.apache.myfaces.commons.converter.ConvertEnumTag empty JSF Specification]]> targetClass false false java.lang.String





© 2015 - 2025 Weber Informatics LLC | Privacy Policy