Home » Mojarra-2.0.1 » javax » faces » convert » [javadoc | source]
javax.faces.convert
public class: CharacterConverter [javadoc | source]
java.lang.Object
   javax.faces.convert.CharacterConverter

All Implemented Interfaces:
    Converter

Converter implementation for java.lang.Character (and char primitive) values.

Field Summary
public static final  String CONVERTER_ID   

The standard converter id for this converter.

 
public static final  String CHARACTER_ID   

The message identifier of the javax.faces.application.FacesMessage to be created if the conversion to Character fails. The message format string for this message may optionally include the following placeholders:

  • {0} replaced by the unconverted value.
  • {1} replaced by a String whose value is the label of the input component that produced this message.

 
public static final  String STRING_ID   

The message identifier of the javax.faces.application.FacesMessage to be created if the conversion of the Character value to String fails. The message format string for this message may optionally include the following placeholders:

  • {0} relaced by the unconverted value.
  • {1} replaced by a String whose value is the label of the input component that produced this message.

 
Method from javax.faces.convert.CharacterConverter Summary:
getAsObject,   getAsString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.convert.CharacterConverter Detail:
 public Object getAsObject(FacesContext context,
    UIComponent component,
    String value) 
 public String getAsString(FacesContext context,
    UIComponent component,
    Object value)