Modifier and Type | Field and Description |
---|---|
static String |
CONVERTER_ID
The standard converter id for this converter.
|
Constructor and Description |
---|
ByteSizeConverter() |
Modifier and Type | Method and Description |
---|---|
Object |
getAsObject(FacesContext context,
UIComponent component,
String value) |
String |
getAsString(FacesContext context,
UIComponent component,
Object value) |
public static final String CONVERTER_ID
The standard converter id for this converter.
public Object getAsObject(FacesContext context, UIComponent component, String value)
getAsObject
in interface Converter
Converter.getAsObject(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.String)
public String getAsString(FacesContext context, UIComponent component, Object value)
getAsString
in interface Converter
Converter.getAsString(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object)
Copyright © 2005–2017 Alfresco Software. All rights reserved.