public interface ValidatorProvider
OmniApplication| Modifier and Type | Method and Description |
|---|---|
javax.faces.validator.Validator |
createValidator(javax.faces.application.Application application,
java.lang.String validatorId)
Returns the validator instance associated with the given validator ID,
or
null if there is none. |
javax.faces.validator.Validator createValidator(javax.faces.application.Application application,
java.lang.String validatorId)
null if there is none.application - The involved JSF application.validatorId - The validator ID of the desired validator instance.null if there is none.