Interface ConverterTagDeclaration
public interface ConverterTagDeclaration
Register an Converter instance on the UIComponent
associated with the closest parent UIComponent.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBinding(javax.el.ValueExpression binding)
The value binding expression to a converter.void
setConverterId(javax.el.ValueExpression converterId)
The converterId of a registered converter.
-
Method Details
-
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.
-