Interface ConverterTagDeclaration
-
public interface ConverterTagDeclaration
Register an Converter instance on the UIComponent associated with the closest parent UIComponent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBinding(javax.el.ValueExpression binding)
The value binding expression to a converter.void
setConverterId(javax.el.ValueExpression converterId)
The converterId of a registered converter.
-