Interface ConverterConfig
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionReturn the converter id to be used in instantiating this converterMethods inherited from interface TagConfig
getNextHandler, getTag, getTagIdModifier and TypeMethodDescriptionThe nextFaceletHandler(child or children) to be applied.getTag()Return theTagrepresenting this handler.getTagId()A document-unique id, follows the convention "_tagId##"
-
Method Details
-
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
-