public interface ValidatorProvider
OmniApplication
Modifier and Type | Method and Description |
---|---|
Validator |
createValidator(Application application,
String validatorId)
Returns the validator instance associated with the given validator ID,
or
null if there is none. |
Validator createValidator(Application application, 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.