java.lang.Objectjavax.faces.convert.DoubleConverter
All Implemented Interfaces:
Converter
Converter implementation for java.lang.Double
(and double primitive) values.
| Field Summary | ||
|---|---|---|
| public static final String | CONVERTER_ID | The standard converter id for this converter. |
| public static final String | DOUBLE_ID | The message identifier of the javax.faces.application.FacesMessage to be created if
the conversion to
|
| public static final String | STRING_ID | The message identifier of the javax.faces.application.FacesMessage to be created if
the conversion of the
|
| Method from javax.faces.convert.DoubleConverter Summary: |
|---|
| getAsObject, getAsString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.faces.convert.DoubleConverter Detail: |
|---|
|
|