Uses of Package
org.apache.sling.validation.spi
Packages that use org.apache.sling.validation.spi
Package
Description
-
Classes in org.apache.sling.validation.spi used by org.apache.sling.validation.impl.utilClassDescriptionA
Validator
is responsible for validating a single piece of information according to an internal constraint. -
Classes in org.apache.sling.validation.spi used by org.apache.sling.validation.impl.validatorsClassDescriptionA
Validator
is responsible for validating a single piece of information according to an internal constraint.Used as parameter for each call ofValidator.validate(Object, ValidatorContext, ValueMap)
Exposes additional information about the context in which the validation was called. -
Classes in org.apache.sling.validation.spi used by org.apache.sling.validation.spiClassDescriptionUsed as parameter for each call of
Validator.validate(Object, ValidatorContext, ValueMap)
Exposes additional information about the context in which the validation was called. -
Classes in org.apache.sling.validation.spi used by org.apache.sling.validation.spi.supportClassDescriptionUsed as parameter for each call of
Validator.validate(Object, ValidatorContext, ValueMap)
Exposes additional information about the context in which the validation was called.