|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface FacesValidator
| Required Element Summary | |
|---|---|
String |
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 calling Application#createValidator(java.lang.String). |
| Optional Element Summary | |
|---|---|
boolean |
isDefault
If it is true, the validator is added to default list calling Application.addDefaultValidatorId(java.lang.String). |
| Element Detail |
|---|
public abstract String value
Application#createValidator(java.lang.String).
public abstract boolean isDefault
Application.addDefaultValidatorId(java.lang.String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||