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 ValidatorHandler
ValidatorTagHandlerDelegateImpl. owner
Methods in com.sun.faces.facelets.tag.jsf with parameters of type ValidatorHandler Modifier and Type Method Description TagHandlerDelegate
TagHandlerDelegateFactoryImpl. 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 class
ValidateDelegateHandler
Register 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 TagHandlerDelegate
TagHandlerDelegateFactory. createValidatorHandlerDelegate(ValidatorHandler owner)
Create and return aTagHandlerDelegate
instance designed for use withValidatorHandler
.