Uses of Interface
org.apache.jackrabbit.webdav.DavResourceLocator

Packages that use DavResourceLocator
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.bind   
 

Uses of DavResourceLocator in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return DavResourceLocator
 DavResourceLocator DavLocatorFactory.createResourceLocator(String prefix, String href)
          Create a new DavResourceLocator.
 DavResourceLocator AbstractLocatorFactory.createResourceLocator(String prefix, String href)
          Create a new DavResourceLocator.
 DavResourceLocator DavLocatorFactory.createResourceLocator(String prefix, String workspacePath, String resourcePath)
          Create a new DavResourceLocator.
 DavResourceLocator AbstractLocatorFactory.createResourceLocator(String prefix, String workspacePath, String resourcePath)
          Create a new DavResourceLocator from the specified prefix, workspace path and resource path, without modifying the specified Strings.
 DavResourceLocator DavLocatorFactory.createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)
           
 DavResourceLocator AbstractLocatorFactory.createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)
          Create a new DavResourceLocator from the specified prefix, workspace path and resource path.
 DavResourceLocator WebdavRequestImpl.getDestinationLocator()
          Parse the destination header field and return the path of the destination resource.
 DavResourceLocator DavServletRequest.getDestinationLocator()
          Parse the Destination header and return the locator of the corresponding resource.
 DavResourceLocator WebdavRequestImpl.getHrefLocator(String href)
          Parse a href and return the path of the resource.
 DavResourceLocator DavResource.getLocator()
          Returns the locator object for this webdav resource, which encapsulates the information for building the complete 'href'.
 DavResourceLocator WebdavRequestImpl.getMemberLocator(String segment)
          Returns the path of the member resource of the request resource which is identified by the segment parameter.
 DavResourceLocator WebdavRequestImpl.getRequestLocator()
          Return a DavResourceLocator representing the request handle.
 DavResourceLocator DavServletRequest.getRequestLocator()
          Return the locator of the requested resource.
 

Methods in org.apache.jackrabbit.webdav with parameters of type DavResourceLocator
 DavResource DavResourceFactory.createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)
          Create a DavResource object from the given locator, request and response objects.
 DavResource DavResourceFactory.createResource(DavResourceLocator locator, DavSession session)
          Create a new DavResource object from the given locator and session.
 boolean DavResourceLocator.isSameWorkspace(DavResourceLocator locator)
          Returns true if the specified locator refers to a resource within the same workspace.
 

Uses of DavResourceLocator in org.apache.jackrabbit.webdav.bind
 

Methods in org.apache.jackrabbit.webdav.bind that return DavResourceLocator
 DavResourceLocator BindServletRequest.getHrefLocator(String href)
          Parses a href and returns the path of the resource.
 DavResourceLocator BindServletRequest.getMemberLocator(String segment)
          Returns the path of the member resource of the request resource which is identified by the segment parameter.
 



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