public interface Converter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAsObject(FacesContext context,
UIComponent component,
java.lang.String value) |
java.lang.String |
getAsString(FacesContext context,
UIComponent component,
java.lang.Object value) |
java.lang.Object getAsObject(FacesContext context, UIComponent component, java.lang.String value) throws ConverterException
ConverterExceptionjava.lang.String getAsString(FacesContext context, UIComponent component, java.lang.Object value) throws ConverterException
ConverterException