Interface ValidatorConfig
- All Superinterfaces:
TagConfig
Used in creating ValidatorHandler and all implementations.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturn the validator-id associated with a particular validator in your faces-configMethods inherited from interface TagConfig
getNextHandler, getTag, getTagIdModifier and TypeMethodDescriptionThe nextFaceletHandler(child or children) to be applied.getTag()Return theTagrepresenting this handler.getTagId()A document-unique id, follows the convention "_tagId##"
-
Method Details
-
getValidatorId
String getValidatorId()Return the validator-id associated with a particular validator in your faces-config
- Returns:
- the validator-id
- Since:
- 2.0
-