Package jakarta.faces.view.facelets
Interface ValidatorConfig
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValidatorId()Return the validator-id associated with a particular validator in your faces-config- 
Methods inherited from interface jakarta.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValidatorId
String getValidatorId()
Return the validator-id associated with a particular validator in your faces-config
- Returns:
 - the validator-id
 - Since:
 - 2.0
 
 
 - 
 
 -