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

Packages that use DavResourceLocator
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.bind   
org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations. 
org.apache.jackrabbit.webdav.jcr.search   
org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResource  
org.apache.jackrabbit.webdav.simple   
 

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, whithout 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.
 

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

Methods in org.apache.jackrabbit.webdav.jcr with parameters of type DavResourceLocator
 DavResource DavResourceFactoryImpl.createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)
          Create a new DavResource from the specified locator and request objects.
 DavResource DavResourceFactoryImpl.createResource(DavResourceLocator locator, DavSession session)
          Create a new DavResource from the given locator and session.
protected  Item DavResourceFactoryImpl.getItem(JcrDavSession sessionImpl, DavResourceLocator locator)
           
 

Constructors in org.apache.jackrabbit.webdav.jcr with parameters of type DavResourceLocator
DefaultItemCollection(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory, Item item)
          Create a new DefaultItemCollection.
DefaultItemResource(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory, Item item)
          Create a new DefaultItemResource.
RootCollection(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory)
          Create a new RootCollection.
VersionControlledItemCollection(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory, Item item)
          Create a new VersionControlledItemCollection.
 

Uses of DavResourceLocator in org.apache.jackrabbit.webdav.jcr.search
 

Constructors in org.apache.jackrabbit.webdav.jcr.search with parameters of type DavResourceLocator
SearchResourceImpl(DavResourceLocator locator, JcrDavSession session)
           
 

Uses of DavResourceLocator in org.apache.jackrabbit.webdav.jcr.version
 

Constructors in org.apache.jackrabbit.webdav.jcr.version with parameters of type DavResourceLocator
VersionHistoryItemCollection(DavResourceLocator resourcePath, JcrDavSession session, DavResourceFactory factory, Item item)
          Create a new VersionHistoryItemCollection resource.
VersionItemCollection(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory, Item item)
          Create a new VersionItemCollection.
 

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

Methods in org.apache.jackrabbit.webdav.simple that return DavResourceLocator
 DavResourceLocator LocatorFactoryImpl.createResourceLocator(String prefix, String href)
           
 DavResourceLocator LocatorFactoryImpl.createResourceLocator(String prefix, String workspacePath, String resourcePath)
           
 DavResourceLocator LocatorFactoryImpl.createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)
           
 DavResourceLocator DavResourceImpl.getLocator()
           
protected  DavResourceLocator DeltaVResourceImpl.getLocatorFromNode(Node repositoryNode)
          Build a new DavResourceLocator from the given repository node.
protected  DavResourceLocator DeltaVResourceImpl.getLocatorFromNodePath(String nodePath)
          Build a DavResourceLocator from the given nodePath path.
 

Methods in org.apache.jackrabbit.webdav.simple with parameters of type DavResourceLocator
 DavResource ResourceFactoryImpl.createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)
          Create a new DavResource from the given locator and request.
 DavResource ResourceFactoryImpl.createResource(DavResourceLocator locator, DavSession session)
          Create a new DavResource from the given locator and webdav session.
protected  DavResource DeltaVResourceImpl.createResourceFromLocator(DavResourceLocator loc)
          Create a new DavResource from the given locator.
 

Constructors in org.apache.jackrabbit.webdav.simple with parameters of type DavResourceLocator
DavResourceImpl(DavResourceLocator locator, DavResourceFactory factory, DavSession session, ResourceConfig config, boolean isCollection)
          Create a new DavResource.
DavResourceImpl(DavResourceLocator locator, DavResourceFactory factory, DavSession session, ResourceConfig config, Node node)
          Create a new DavResource.
DeltaVResourceImpl(DavResourceLocator locator, DavResourceFactory factory, DavSession session, ResourceConfig config, boolean isCollection)
           
DeltaVResourceImpl(DavResourceLocator locator, DavResourceFactory factory, DavSession session, ResourceConfig config, Item item)
           
VersionControlledResourceImpl(DavResourceLocator locator, DavResourceFactory factory, DavSession session, ResourceConfig config, boolean isCollection)
          Create a new DavResource.
VersionControlledResourceImpl(DavResourceLocator locator, DavResourceFactory factory, DavSession session, ResourceConfig config, Item item)
          Create a new DavResource.
VersionHistoryResourceImpl(DavResourceLocator locator, DavResourceFactory factory, DavSession session, ResourceConfig config, Item item)
           
VersionResourceImpl(DavResourceLocator locator, DavResourceFactory factory, DavSession session, ResourceConfig config, Item item)
          Create a new DavResource.
 



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