Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.bind |
Modifier and Type | Method and Description |
---|---|
DavResourceLocator |
AbstractLocatorFactory.createResourceLocator(String prefix,
String href)
Create a new
DavResourceLocator . |
DavResourceLocator |
DavLocatorFactory.createResourceLocator(String prefix,
String href)
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 resourcePath)
Create a new
DavResourceLocator . |
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 |
DavLocatorFactory.createResourceLocator(String prefix,
String workspacePath,
String path,
boolean isResourcePath) |
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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-2014 The Apache Software Foundation. All Rights Reserved.