Schnittstelle ConverterTagDeclaration


public interface ConverterTagDeclaration
Register an Converter instance on the UIComponent associated with the closest parent UIComponent.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setBinding(jakarta.el.ValueExpression binding)
    The value binding expression to a converter.
    void
    setConverterId(jakarta.el.ValueExpression converterId)
    The converterId of a registered converter.
  • Methodendetails

    • setConverterId

      void setConverterId(jakarta.el.ValueExpression converterId)
      The converterId of a registered converter.
    • setBinding

      void setBinding(jakarta.el.ValueExpression binding)
      The value binding expression to a converter.