public interface Converter<T>
| Modifier and Type | Field and Description | 
|---|---|
| static String | DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAMESet the default timezone as system timezone when a converter extending from DateTimeConverter is created. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | getAsObject(FacesContext context,
           UIComponent component,
           String value) | 
| String | getAsString(FacesContext context,
           UIComponent component,
           T value) | 
@JSFWebConfigParam(defaultValue="false",
                   expectedValues="true, false",
                   since="2.0",
                   group="validation")
static final String DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
T getAsObject(FacesContext context, UIComponent component, String value) throws ConverterException
ConverterExceptionString getAsString(FacesContext context, UIComponent component, T value) throws ConverterException
ConverterExceptionCopyright © 2025 The Apache Software Foundation. All rights reserved.