Package jakarta.faces.validator
Annotation Type FacesValidator
- 
 @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER}) @Inherited @Qualifier public @interface FacesValidator - Since:
- 2.0
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description booleanisDefaultIf it is true, the validator is added to default list callingApplication.addDefaultValidatorId(java.lang.String).booleanmanagedStringvalueThe value of this annotation attribute is taken to be the validator-id with which instances of this class of component can be instantiated by callingApplication.createValidator(java.lang.String).
 
- 
- 
- 
Element Detail- 
valueString value The value of this annotation attribute is taken to be the validator-id with which instances of this class of component can be instantiated by callingApplication.createValidator(java.lang.String).- Default:
- ""
 
 
- 
 - 
- 
isDefaultboolean isDefault If it is true, the validator is added to default list callingApplication.addDefaultValidatorId(java.lang.String).- Default:
- false
 
 
- 
 
-