Uses of Class
jakarta.faces.view.facelets.ConverterHandler
Package
Description
-
Uses of ConverterHandler in com.sun.faces.facelets.tag.faces
Modifier and TypeMethodDescriptionTagHandlerDelegateFactoryImpl.createConverterHandlerDelegate
(ConverterHandler owner) -
Uses of ConverterHandler in com.sun.faces.facelets.tag.faces.core
Modifier and TypeClassDescriptionfinal class
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action. -
Uses of ConverterHandler in jakarta.faces.view.facelets
Modifier and TypeMethodDescriptionabstract TagHandlerDelegate
TagHandlerDelegateFactory.createConverterHandlerDelegate
(ConverterHandler owner) Create and return aTagHandlerDelegate
instance designed for use withConverterHandler
.