|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String prefix,
java.lang.String href)
Create a new DavResourceLocator. |
DavResourceLocator |
AbstractLocatorFactory.createResourceLocator(java.lang.String prefix,
java.lang.String href)
Create a new DavResourceLocator. |
DavResourceLocator |
DavLocatorFactory.createResourceLocator(java.lang.String prefix,
java.lang.String workspacePath,
java.lang.String resourcePath)
Create a new DavResourceLocator. |
DavResourceLocator |
AbstractLocatorFactory.createResourceLocator(java.lang.String prefix,
java.lang.String workspacePath,
java.lang.String resourcePath)
Create a new DavResourceLocator from the specified prefix,
workspace path and resource path, whithout modifying the specified Strings. |
DavResourceLocator |
DavLocatorFactory.createResourceLocator(java.lang.String prefix,
java.lang.String workspacePath,
java.lang.String path,
boolean isResourcePath)
|
DavResourceLocator |
AbstractLocatorFactory.createResourceLocator(java.lang.String prefix,
java.lang.String workspacePath,
java.lang.String path,
boolean isResourcePath)
Create a new DavResourceLocator from the specified prefix,
workspace path and resource path. |
DavResourceLocator |
DavServletRequest.getDestinationLocator()
Parse the Destination header
and return the locator of the corresponding resource. |
DavResourceLocator |
WebdavRequestImpl.getDestinationLocator()
Parse the destination header field and return the path of the destination resource. |
DavResourceLocator |
WebdavRequestImpl.getHrefLocator(java.lang.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(java.lang.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. |
| 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(java.lang.String href)
Parses a href and returns the path of the resource. |
DavResourceLocator |
BindServletRequest.getMemberLocator(java.lang.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. |
| Constructors in org.apache.jackrabbit.webdav.jcr with parameters of type DavResourceLocator | |
|---|---|
DefaultItemCollection(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory,
javax.jcr.Item item)
Create a new DefaultItemCollection. |
|
DefaultItemResource(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory,
javax.jcr.Item item)
Create a new DefaultItemResource. |
|
RootCollection(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory)
Create a new RootCollection. |
|
VersionControlledItemCollection(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory,
javax.jcr.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,
javax.jcr.Item item)
Create a new VersionHistoryItemCollection resource. |
|
VersionItemCollection(DavResourceLocator locator,
JcrDavSession session,
DavResourceFactory factory,
javax.jcr.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(java.lang.String prefix,
java.lang.String href)
|
DavResourceLocator |
LocatorFactoryImpl.createResourceLocator(java.lang.String prefix,
java.lang.String workspacePath,
java.lang.String resourcePath)
|
DavResourceLocator |
LocatorFactoryImpl.createResourceLocator(java.lang.String prefix,
java.lang.String workspacePath,
java.lang.String path,
boolean isResourcePath)
|
DavResourceLocator |
DavResourceImpl.getLocator()
|
protected DavResourceLocator |
DeltaVResourceImpl.getLocatorFromNode(javax.jcr.Node repositoryNode)
Build a new DavResourceLocator from the given repository node. |
protected DavResourceLocator |
DeltaVResourceImpl.getLocatorFromNodePath(java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||