Package org.apache.sling.validation
@Version("1.0.1")
package org.apache.sling.validation
-
ClassDescriptionException that is thrown for Validator inconsistencies, e.g. if a mandatory parameter for a validator is missing.A
ValidationResult
contains validation information either from a singleValidator
or from multiple Validator invocations.TheValidationService
provides methods for findingValidationModel
s and to trigger validations against those.