@Name(value="select2Converter") @BypassInterceptors @Converter public class Select2Converter extends Object implements Serializable, javax.faces.convert.Converter
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SEP |
protected static String |
SEP_ATTRIBUTE_NAME |
| Constructor and Description |
|---|
Select2Converter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAsObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String value) |
String |
getAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value) |
static String |
getSeparator() |
static String |
getSeparator(javax.faces.component.UIComponent component) |
protected static final String SEP
protected static final String SEP_ATTRIBUTE_NAME
public Select2Converter()
public static String getSeparator()
public static String getSeparator(javax.faces.component.UIComponent component)
public Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
getAsObject in interface javax.faces.convert.Converterpublic String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
getAsString in interface javax.faces.convert.ConverterCopyright © 2015 Nuxeo SA. All rights reserved.