org.apache.jackrabbit.webdav.simple
Class LocatorFactoryImpl

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

public class LocatorFactoryImpl
extends Object
implements DavLocatorFactory

ResourceFactoryImpl implements a simple DavLocatorFactory


Constructor Summary
LocatorFactoryImpl(String repositoryPrefix)
           
 
Method Summary
 DavResourceLocator createResourceLocator(String prefix, String href)
           
 DavResourceLocator createResourceLocator(String prefix, String workspacePath, String resourcePath)
           
 DavResourceLocator createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorFactoryImpl

public LocatorFactoryImpl(String repositoryPrefix)
Method Detail

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.