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.1.7
   mcc
   http://myfaces.apache.org/commons/converters
   Myfaces Commons Converter Tag Library 1.2.
   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
         
             java.lang.Class
         
         
      
      
         currencyCode
         
         
      
      
         currencySymbol
         
         
      
      
         groupingUsed
         
             boolean
         
         
      
      
         integerOnly
         
             boolean
         
         
      
      
         locale
         
             java.lang.Object
         
         
      
      
         maxFractionDigits
         
             java.lang.Integer
         
         
      
      
         maxIntegerDigits
         
             java.lang.Integer
         
         
      
      
         minFractionDigits
         
             java.lang.Integer
         
         
      
      
         minIntegerDigits
         
             java.lang.Integer
         
         
      
      
         pattern
         
         
      
      
         type
         
         
      
      
         summaryMessage
         
         
      
      
         detailMessage
         
         
      
   
   
      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 trueValue convertDateTime org.apache.myfaces.commons.converter.ConvertDateTimeTag empty dateStyle locale java.lang.Object pattern timeStyle timeZone java.lang.Object type binding javax.faces.convert.DateTimeConverter convertEnum org.apache.myfaces.commons.converter.ConvertEnumTag empty JSF Specification]]> targetClass java.lang.Class





© 2015 - 2025 Weber Informatics LLC | Privacy Policy