Schnittstelle ConverterTagDeclaration
public interface ConverterTagDeclaration
Register an Converter instance on the UIComponent
 associated with the closest parent UIComponent.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetBinding(javax.el.ValueExpression binding) The value binding expression to a converter.voidsetConverterId(javax.el.ValueExpression converterId) The converterId of a registered converter.
- 
Methodendetails- 
setConverterIdvoid setConverterId(javax.el.ValueExpression converterId) The converterId of a registered converter.
- 
setBindingvoid setBinding(javax.el.ValueExpression binding) The value binding expression to a converter.
 
-