org.apache.jackrabbit.webdav.simple
Class LocatorFactoryImplEx

java.lang.Object
  extended by org.apache.jackrabbit.webdav.AbstractLocatorFactory
      extended by org.apache.jackrabbit.webdav.simple.LocatorFactoryImplEx
All Implemented Interfaces:
DavLocatorFactory

public class LocatorFactoryImplEx
extends AbstractLocatorFactory

LocatorFactoryImplEx...


Constructor Summary
LocatorFactoryImplEx(String pathPrefix)
          Create a new factory
 
Method Summary
protected  String getRepositoryPath(String resourcePath, String wspPath)
           
protected  String getResourcePath(String repositoryPath, String wspPath)
           
 
Methods inherited from class org.apache.jackrabbit.webdav.AbstractLocatorFactory
createResourceLocator, createResourceLocator, createResourceLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 AbstractLocatorFactory
See Also:
AbstractLocatorFactory.getRepositoryPath(String, String)

getResourcePath

protected String getResourcePath(String repositoryPath,
                                 String wspPath)
Specified by:
getResourcePath in class AbstractLocatorFactory
See Also:
AbstractLocatorFactory.getResourcePath(String, String)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.