Class CmsDavLocatorFactory

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

    public class CmsDavLocatorFactory
    extends org.apache.jackrabbit.webdav.AbstractLocatorFactory
    The locator factory for the WebDAV implementation..
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsDavLocatorFactory()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getRepositoryPath​(java.lang.String resourcePath, java.lang.String wspPath)  
      protected java.lang.String getResourcePath​(java.lang.String repositoryPath, java.lang.String wspPath)  
      • Methods inherited from class org.apache.jackrabbit.webdav.AbstractLocatorFactory

        createResourceLocator, createResourceLocator, createResourceLocator, createResourceLocator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRepositoryPath

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

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