@JSFConverter public class IntegerConverter extends Object implements Converter
Modifier and Type | Field and Description |
---|---|
static String |
CONVERTER_ID |
static String |
INTEGER_ID |
static String |
STRING_ID |
DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
Constructor and Description |
---|
IntegerConverter() |
Modifier and Type | Method and Description |
---|---|
Object |
getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
String |
getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
public static final String CONVERTER_ID
public static final String STRING_ID
public static final String INTEGER_ID
public Object getAsObject(FacesContext facesContext, UIComponent uiComponent, String value)
getAsObject
in interface Converter
public String getAsString(FacesContext facesContext, UIComponent uiComponent, Object value)
getAsString
in interface Converter
Copyright © 2021 The Apache Software Foundation. All rights reserved.