Package jakarta.faces.view.facelets
Interface ConverterConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConverterId()
Return the converter id to be used in instantiating this converter-
Methods inherited from interface jakarta.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId
-
-
-
-
Method Detail
-
getConverterId
String getConverterId()
Return the converter id to be used in instantiating this converter
- Returns:
- the converter id to be used in instantiating this converter
-
-