private PathMapping getMappedPath()

in src/main/java/org/apache/sling/bundleresource/impl/BundleResourceProvider.java [196:202]


    private PathMapping getMappedPath(final String resourcePath) {
        if (this.root.isChild(resourcePath)) {
            return root;
        }

        return null;
    }