Uses of Class
org.apache.sling.validation.SlingValidationException
Package
Description
-
Uses of SlingValidationException in org.apache.sling.validation
Modifier and TypeMethodDescription@NotNull ValidationResult
ValidationService.validate
(@NotNull Resource resource, @NotNull ValidationModel model) Validates aResource
using a specificValidationModel
.@NotNull ValidationResult
ValidationService.validate
(@NotNull ValueMap valueMap, @NotNull ValidationModel model) @NotNull ValidationResult
ValidationService.validateResourceRecursively
(@NotNull Resource resource, boolean enforceValidation, Predicate<Resource> filter, boolean considerResourceSuperTypeModels) Validates aResource
and all child resources recursively by traversing through the resource tree starting from the given resource. -
Uses of SlingValidationException in org.apache.sling.validation.impl.validators
Modifier and TypeMethodDescriptionRegexValidator.validate
(String data, ValidatorContext context, ValueMap arguments) -
Uses of SlingValidationException in org.apache.sling.validation.spi
Modifier and TypeMethodDescription@NotNull ValidationResult
Validator.validate
(T data, @NotNull ValidatorContext context, @NotNull ValueMap arguments) Validates thedata
and/or thevalueMap
according to the internal constraints of this validator.