public class DefaultListConverter extends Object implements IListConverter
| Modifier and Type | Field and Description |
|---|---|
static IListConverter |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
convertToList(Object value)
Converts the model value of the backing bean to a list of tags.
|
Object |
convertToObject(List<Object> list)
Converts the list of tags to the model value of the backing bean.
|
public static final IListConverter INSTANCE
public List<Object> convertToList(Object value)
IListConverterUIOutput.setConverter(javax.faces.convert.Converter)).convertToList in interface IListConvertervalue - The model value, as returned by UIInput.getValue().public Object convertToObject(List<Object> list)
IListConverterUIOutput.getConverter().convertToObject in interface IListConverterlist - The current list of tags.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.