SLING-7792 - Resource Resolver should return more than one resolved path if available

Add a new ResourceMapperImpl class that contains the logic for fine-grained access to
resource mappings.

Added a new set of tests that validate that the usage of the various mapping sources
(aliases, /etc/map) is correct.

This change also opens up some methods from the ResourceResolverImpl, but it looks
reasonable as they are not exposed outside the bundle.
5 files changed
tree: 42c178918fa021e8c8aac8990fd98d4317cfc356
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. LICENSE
  5. pom.xml
  6. README.md
README.md

Build Status Test Status Maven Central JavaDocs License

Apache Sling Resource Resolver

This module is part of the Apache Sling project.

This bundle provides the Resource Resolver and Resource Resolver Factory