Interface ConverterConfig

All Superinterfaces:
TagConfig

public interface ConverterConfig extends TagConfig

A Facelet version of the Jakarta Server Pages ConverterTag. All the attributes specified in the documentation for the converter tags are valid attributes.

Since:
2.0
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Return the converter id to be used in instantiating this converter

    Methods inherited from interface jakarta.faces.view.facelets.TagConfig Link icon

    getNextHandler, getTag, getTagId
  • Method Details Link icon

    • getConverterId Link icon

      String getConverterId()

      Return the converter id to be used in instantiating this converter

      Returns:
      the converter id to be used in instantiating this converter