DavResourceLocator |
AbstractLocatorFactory.createResourceLocator(String prefix,
String href) |
Create a new DavResourceLocator.
|
DavResourceLocator |
AbstractLocatorFactory.createResourceLocator(String prefix,
String href,
boolean forDestination) |
|
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 |
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 href) |
Create a new DavResourceLocator.
|
DavResourceLocator |
DavLocatorFactory.createResourceLocator(String prefix,
String workspacePath,
String resourcePath) |
Create a new DavResourceLocator.
|
DavResourceLocator |
DavLocatorFactory.createResourceLocator(String prefix,
String workspacePath,
String path,
boolean isResourcePath) |
|
DavResourceLocator |
DavServletRequest.getDestinationLocator() |
|
DavResourceLocator |
WebdavRequestImpl.getDestinationLocator() |
Parse the destination header field and return the path of the destination
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 |
DavServletRequest.getRequestLocator() |
Return the locator of the requested resource.
|
DavResourceLocator |
WebdavRequestImpl.getRequestLocator() |
Return a DavResourceLocator representing the request handle.
|