javax.faces.convert
Class DoubleConverter
java.lang.Object
javax.faces.convert.DoubleConverter
- All Implemented Interfaces:
- Converter
@JSFConverter
public class DoubleConverter
- extends Object
- implements Converter
see Javadoc of JSF Specification
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
- Author:
- Thomas Spiegl (latest modification by $Author: bommel $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONVERTER_ID
public static final String CONVERTER_ID
- See Also:
- Constant Field Values
STRING_ID
public static final String STRING_ID
- See Also:
- Constant Field Values
DOUBLE_ID
public static final String DOUBLE_ID
- See Also:
- Constant Field Values
DoubleConverter
public DoubleConverter()
getAsObject
public Object getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value)
- Specified by:
getAsObject
in interface Converter
getAsString
public String getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value)
- Specified by:
getAsString
in interface Converter
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.