Class ResourceMapperImpl

java.lang.Object
org.apache.sling.resourceresolver.impl.mapping.ResourceMapperImpl
All Implemented Interfaces:
org.apache.sling.api.resource.mapping.ResourceMapper

public class ResourceMapperImpl extends Object implements org.apache.sling.api.resource.mapping.ResourceMapper
  • Constructor Details

  • Method Details

    • getMapping

      public String getMapping(String resourcePath)
      Specified by:
      getMapping in interface org.apache.sling.api.resource.mapping.ResourceMapper
    • getMapping

      public String getMapping(String resourcePath, javax.servlet.http.HttpServletRequest request)
      Specified by:
      getMapping in interface org.apache.sling.api.resource.mapping.ResourceMapper
    • getAllMappings

      public Collection<String> getAllMappings(String resourcePath)
      Specified by:
      getAllMappings in interface org.apache.sling.api.resource.mapping.ResourceMapper
    • getAllMappings

      public Collection<String> getAllMappings(String resourcePath, javax.servlet.http.HttpServletRequest request)
      Specified by:
      getAllMappings in interface org.apache.sling.api.resource.mapping.ResourceMapper