public class DavLocatorFactoryImpl extends AbstractLocatorFactory
DavLocatorFactoryImpl
...Constructor and Description |
---|
DavLocatorFactoryImpl(String pathPrefix)
Create a new factory
|
Modifier and Type | Method and Description |
---|---|
protected String |
getRepositoryPath(String resourcePath,
String wspPath)
Subclasses must defined how the repository path is built from the given
resource and workspace path.
|
protected String |
getResourcePath(String repositoryPath,
String wspPath)
Subclasses must defined how the resource path is built from the given
repository and workspace path.
|
createResourceLocator, createResourceLocator, createResourceLocator, createResourceLocator
public DavLocatorFactoryImpl(String pathPrefix)
pathPrefix
- Prefix, that needs to be removed in order to retrieve
the repository path from a given href.protected String getRepositoryPath(String resourcePath, String wspPath)
AbstractLocatorFactory
getRepositoryPath
in class AbstractLocatorFactory
resourcePath
- wspPath
- AbstractLocatorFactory.getRepositoryPath(String, String)
protected String getResourcePath(String repositoryPath, String wspPath)
AbstractLocatorFactory
getResourcePath
in class AbstractLocatorFactory
repositoryPath
- wspPath
- AbstractLocatorFactory.getResourcePath(String, String)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.