public interface NumericFormatter
NumberFormat but alternate implementations are used for BigInteger and BigDecimal.| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
parse(java.lang.String clientValue)
Parses a value from the client in a locale-specific way.
|
java.lang.String |
toClient(java.lang.Number value)
Formats a value for the client in a locale-specific way.
|
java.lang.Number parse(java.lang.String clientValue) throws java.text.ParseException
java.text.ParseExceptionjava.lang.String toClient(java.lang.Number value)
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.