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, createResourceLocatorpublic 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)
AbstractLocatorFactorygetRepositoryPath in class AbstractLocatorFactoryresourcePath - wspPath - AbstractLocatorFactory.getRepositoryPath(String, String)protected String getResourcePath(String repositoryPath, String wspPath)
AbstractLocatorFactorygetResourcePath in class AbstractLocatorFactoryrepositoryPath - wspPath - AbstractLocatorFactory.getResourcePath(String, String)Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.