Uses of Class
jakarta.faces.view.facelets.ConverterHandler
| Package | Description |
|---|---|
| com.sun.faces.facelets.tag.jsf | |
| com.sun.faces.facelets.tag.jsf.core | |
| jakarta.faces.view.facelets |
-
Uses of ConverterHandler in com.sun.faces.facelets.tag.jsf
Methods in com.sun.faces.facelets.tag.jsf with parameters of type ConverterHandler Modifier and Type Method Description TagHandlerDelegateTagHandlerDelegateFactoryImpl. createConverterHandlerDelegate(ConverterHandler owner)Constructors in com.sun.faces.facelets.tag.jsf with parameters of type ConverterHandler Constructor Description ConverterTagHandlerDelegateImpl(ConverterHandler owner) -
Uses of ConverterHandler in com.sun.faces.facelets.tag.jsf.core
Subclasses of ConverterHandler in com.sun.faces.facelets.tag.jsf.core Modifier and Type Class Description classConvertDateTimeHandlerRegister a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.classConvertDelegateHandlerRegister a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.classConvertNumberHandlerRegister a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action. -
Uses of ConverterHandler in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets with parameters of type ConverterHandler Modifier and Type Method Description abstract TagHandlerDelegateTagHandlerDelegateFactory. createConverterHandlerDelegate(ConverterHandler owner)Create and return aTagHandlerDelegateinstance designed for use withConverterHandler.