Package io.wcm.sling.commons.caservice
Interface PathPreprocessor
-
@ConsumerType public interface PathPreprocessorAllows to preprocess a path before matching it against the regular experessions of the context-aware services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Stringapply(@NotNull String path, @NotNull org.apache.sling.api.resource.ResourceResolver resourceResolver)Preprocess a path.
-