Uses of Class
org.apache.sling.validation.SlingValidationException
Packages that use SlingValidationException
-
Uses of SlingValidationException in org.apache.sling.validation
Methods in org.apache.sling.validation that throw SlingValidationExceptionModifier and TypeMethodDescription@NotNull ValidationResultValidationService.validate(@NotNull org.apache.sling.api.resource.Resource resource, @NotNull ValidationModel model) Validates aResourceusing a specificValidationModel.@NotNull ValidationResultValidationService.validate(@NotNull org.apache.sling.api.resource.ValueMap valueMap, @NotNull ValidationModel model) @NotNull ValidationResultValidationService.validateResourceRecursively(@NotNull org.apache.sling.api.resource.Resource resource, boolean enforceValidation, Predicate<org.apache.sling.api.resource.Resource> filter, boolean considerResourceSuperTypeModels) Validates aResourceand all child resources recursively by traversing through the resource tree starting from the given resource. -
Uses of SlingValidationException in org.apache.sling.validation.spi
Methods in org.apache.sling.validation.spi that throw SlingValidationExceptionModifier and TypeMethodDescription@NotNull ValidationResultValidator.validate(T data, @NotNull ValidatorContext context, @NotNull org.apache.sling.api.resource.ValueMap arguments) Validates thedataand/or thevalueMapaccording to the internal constraints of this validator.