Uses of Interface
org.apache.jackrabbit.webdav.DavResourceLocator
Packages that use DavResourceLocator
-
Uses of DavResourceLocator in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavResourceLocatorModifier and TypeMethodDescriptionAbstractLocatorFactory.createResourceLocator
(String prefix, String href) Create a newDavResourceLocator
.AbstractLocatorFactory.createResourceLocator
(String prefix, String href, boolean forDestination) LikeAbstractLocatorFactory.createResourceLocator(String, String)
, but by settingforDestination
totrue
any special processing of URI suffixes can be disabled.AbstractLocatorFactory.createResourceLocator
(String prefix, String workspacePath, String resourcePath) Create a newDavResourceLocator
from the specified prefix, workspace path and resource path, without modifying the specified Strings.AbstractLocatorFactory.createResourceLocator
(String prefix, String workspacePath, String path, boolean isResourcePath) Create a newDavResourceLocator
from the specified prefix, workspace path and resource path.DavLocatorFactory.createResourceLocator
(String prefix, String href) Create a newDavResourceLocator
.DavLocatorFactory.createResourceLocator
(String prefix, String workspacePath, String resourcePath) Create a newDavResourceLocator
.DavLocatorFactory.createResourceLocator
(String prefix, String workspacePath, String path, boolean isResourcePath) DavServletRequest.getDestinationLocator()
Parse theDestination header
and return the locator of the correspondingresource
.WebdavRequestImpl.getDestinationLocator()
Parse the destination header field and return the path of the destination resource.WebdavRequestImpl.getHrefLocator
(String href) Parse a href and return the path of the resource.DavResource.getLocator()
Returns thelocator
object for this webdav resource, which encapsulates the information for building the complete 'href'.WebdavRequestImpl.getMemberLocator
(String segment) Returns the path of the member resource of the request resource which is identified by the segment parameter.DavServletRequest.getRequestLocator()
Return the locator of the requestedresource
.WebdavRequestImpl.getRequestLocator()
Return aDavResourceLocator
representing the request handle.Methods in org.apache.jackrabbit.webdav with parameters of type DavResourceLocatorModifier and TypeMethodDescriptionDavResourceFactory.createResource
(DavResourceLocator locator, DavServletRequest request, DavServletResponse response) Create aDavResource
object from the given locator, request and response objects.DavResourceFactory.createResource
(DavResourceLocator locator, DavSession session) Create a newDavResource
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.