Class NumericFormatterImpl

    • Constructor Summary

      Constructors 
      Constructor Description
       format)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
       clientValue)
      Parses a value from the client in a locale-specific way.
       value)
      Formats a value for the client in a locale-specific way.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • NumericFormatterImpl

        public  format)
    • Method Detail

      • parse

        public   clientValue)
                     throws 
        Description copied from interface: NumericFormatter
        Parses a value from the client in a locale-specific way.
        Specified by:
        parse in interface NumericFormatter
        Throws: