Class LocatorFactoryImplEx

  • All Implemented Interfaces:
    org.apache.jackrabbit.webdav.DavLocatorFactory

    public class LocatorFactoryImplEx
    extends org.apache.jackrabbit.webdav.AbstractLocatorFactory
    LocatorFactoryImplEx...
    • Constructor Detail

      • LocatorFactoryImplEx

        public LocatorFactoryImplEx​(String pathPrefix)
        Create a new factory
        Parameters:
        pathPrefix - Prefix, that needs to be removed in order to retrieve the path of the repository item from a given DavResourceLocator.
    • Method Detail

      • getRepositoryPath

        protected String getRepositoryPath​(String resourcePath,
                                           String wspPath)
        Specified by:
        getRepositoryPath in class org.apache.jackrabbit.webdav.AbstractLocatorFactory
        See Also:
        AbstractLocatorFactory.getRepositoryPath(String, String)
      • getResourcePath

        protected String getResourcePath​(String repositoryPath,
                                         String wspPath)
        Specified by:
        getResourcePath in class org.apache.jackrabbit.webdav.AbstractLocatorFactory
        See Also:
        AbstractLocatorFactory.getResourcePath(String, String)