Package javax.faces.convert

Classes and interfaces defining converters.

See:
          Description

Interface Summary
Converter Converter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
 

Exception Summary
ConverterException ConverterException is an exception thrown by the getAsObject() or getAsText() method of a Converter, to indicate that the requested conversion cannot be performed.
 

Package javax.faces.convert Description

Classes and interfaces defining converters.