public interface ConverterProcessor
This interface should be implemented by any WidgetProcessors that set Converters (eg. StandardConverterProcessor). It is used by WidgetBuilders who need early access to the Converter in order to convert child elements (eg. HtmlWidgetBuilder needs to convert the options it adds to a UISelect).
Modifier and Type | Method and Description |
---|---|
javax.faces.convert.Converter |
getConverter(javax.faces.component.ValueHolder valueHolder,
Map<String,String> attributes)
Get the appropriate Converter for this ValueHolder.
|
Copyright © 2015. All Rights Reserved.