Uses of Class
jakarta.faces.view.facelets.ValidatorHandler
| Package | Description |
|---|---|
| com.sun.faces.component.validator | |
| com.sun.faces.facelets.tag.jsf | |
| com.sun.faces.facelets.tag.jsf.core | |
| jakarta.faces.view.facelets |
-
Uses of ValidatorHandler in com.sun.faces.component.validator
Constructors in com.sun.faces.component.validator with parameters of type ValidatorHandler Constructor Description ValidatorInfo(FaceletContext ctx, ValidatorHandler owner) -
Uses of ValidatorHandler in com.sun.faces.facelets.tag.jsf
Fields in com.sun.faces.facelets.tag.jsf declared as ValidatorHandler Modifier and Type Field Description protected ValidatorHandlerValidatorTagHandlerDelegateImpl. ownerMethods in com.sun.faces.facelets.tag.jsf with parameters of type ValidatorHandler Modifier and Type Method Description TagHandlerDelegateTagHandlerDelegateFactoryImpl. createValidatorHandlerDelegate(ValidatorHandler owner)Constructors in com.sun.faces.facelets.tag.jsf with parameters of type ValidatorHandler Constructor Description ValidatorTagHandlerDelegateImpl(ValidatorHandler owner) -
Uses of ValidatorHandler in com.sun.faces.facelets.tag.jsf.core
Subclasses of ValidatorHandler in com.sun.faces.facelets.tag.jsf.core Modifier and Type Class Description classValidateDelegateHandlerRegister a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action. -
Uses of ValidatorHandler in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets with parameters of type ValidatorHandler Modifier and Type Method Description abstract TagHandlerDelegateTagHandlerDelegateFactory. createValidatorHandlerDelegate(ValidatorHandler owner)Create and return aTagHandlerDelegateinstance designed for use withValidatorHandler.