javax.faces.convert
Class CharacterConverter
java.lang.Object
   javax.faces.convert.CharacterConverter
javax.faces.convert.CharacterConverter
- All Implemented Interfaces: 
- Converter
- public class CharacterConverter 
- extends Object- implements Converter
see Javadoc of JSF Specification
- Version:
- $Revision: 676278 $ $Date: 2008-07-13 03:35:04 -0500 (Sun, 13 Jul 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: skitching $)
 
 
 
| 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
CharacterConverter
public CharacterConverter()
getAsObject
public Object getAsObject(FacesContext facesContext,
                          UIComponent uiComponent,
                          String value)
- 
- Specified by:
- getAsObjectin interface- Converter
 
- 
 
getAsString
public String getAsString(FacesContext facesContext,
                          UIComponent uiComponent,
                          Object value)
- 
- Specified by:
- getAsStringin interface- Converter
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.