Package jakarta.faces.view.facelets
Interface ConverterConfig
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConverterId()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
 
 
 - 
 
 -