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