Interface NamespacedTransformedResourceProvider

All Known Implementing Classes:
NamespacedTransformedResourceProviderImpl

@ProviderType public interface NamespacedTransformedResourceProvider
NamespacedTransformedResourceProvider

Transforms a resource underlying children with a namespace.

  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.sling.api.resource.Resource
    transformResourceWithNameSpacing(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.resource.Resource targetResource)
    Transforms a resource underlying children with a namespace.
  • Method Details

    • transformResourceWithNameSpacing

      org.apache.sling.api.resource.Resource transformResourceWithNameSpacing(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.resource.Resource targetResource)
      Transforms a resource underlying children with a namespace. Children under the resource will have various properties (the ones configured under the service) prefixed with the namespace
      Parameters:
      request -
      targetResource -
      Returns:
      Wrapped resource