org.apache.jackrabbit.webdav.simple
Class LocatorFactoryImpl
java.lang.Object
org.apache.jackrabbit.webdav.simple.LocatorFactoryImpl
- All Implemented Interfaces:
- DavLocatorFactory
public class LocatorFactoryImpl
- extends Object
- implements DavLocatorFactory
ResourceFactoryImpl implements a simple DavLocatorFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatorFactoryImpl
public LocatorFactoryImpl(String repositoryPrefix)
createResourceLocator
public DavResourceLocator createResourceLocator(String prefix,
String href)
- Specified by:
createResourceLocator in interface DavLocatorFactory
createResourceLocator
public DavResourceLocator createResourceLocator(String prefix,
String workspacePath,
String resourcePath)
- Specified by:
createResourceLocator in interface DavLocatorFactory
createResourceLocator
public DavResourceLocator createResourceLocator(String prefix,
String workspacePath,
String path,
boolean isResourcePath)
- Specified by:
createResourceLocator in interface DavLocatorFactory
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.