public interface Converter
| Modifier and Type | Method and Description | 
|---|---|
| Object | getAsObject(FacesContext context,
           UIComponent component,
           String value) | 
| String | getAsString(FacesContext context,
           UIComponent component,
           Object value) | 
Object getAsObject(FacesContext context, UIComponent component, String value) throws ConverterException
ConverterExceptionString getAsString(FacesContext context, UIComponent component, Object value) throws ConverterException
ConverterExceptionCopyright © 2016 The Apache Software Foundation. All Rights Reserved.