Uses of Interface
org.apache.jackrabbit.webdav.DavResourceLocator
-
Packages that use DavResourceLocator Package Description 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 VersionHistoryResourceorg.apache.jackrabbit.webdav.simple -
-
Uses of DavResourceLocator in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavResourceLocator Modifier and Type Method Description DavResourceLocator
AbstractLocatorFactory. createResourceLocator(String prefix, String href)
Create a newDavResourceLocator
.DavResourceLocator
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.DavResourceLocator
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.DavResourceLocator
AbstractLocatorFactory. createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)
Create a newDavResourceLocator
from the specified prefix, workspace path and resource path.DavResourceLocator
DavLocatorFactory. createResourceLocator(String prefix, String href)
Create a newDavResourceLocator
.DavResourceLocator
DavLocatorFactory. createResourceLocator(String prefix, String workspacePath, String resourcePath)
Create a newDavResourceLocator
.DavResourceLocator
DavLocatorFactory. createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)
DavResourceLocator
DavServletRequest. getDestinationLocator()
Parse theDestination header
and return the locator of the correspondingresource
.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 thelocator
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 requestedresource
.DavResourceLocator
WebdavRequestImpl. getRequestLocator()
Return aDavResourceLocator
representing the request handle.Methods in org.apache.jackrabbit.webdav with parameters of type DavResourceLocator Modifier and Type Method Description DavResource
DavResourceFactory. createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)
Create aDavResource
object from the given locator, request and response objects.DavResource
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. -
Uses of DavResourceLocator in org.apache.jackrabbit.webdav.bind
Methods in org.apache.jackrabbit.webdav.bind that return DavResourceLocator Modifier and Type Method 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. -
Uses of DavResourceLocator in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type DavResourceLocator Modifier and Type Method Description DavResource
DavResourceFactoryImpl. createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)
Create a newDavResource
from the specified locator and request objects.DavResource
DavResourceFactoryImpl. createResource(DavResourceLocator locator, DavSession session)
Create a newDavResource
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 Constructor Description DefaultItemCollection(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory, Item item)
Create a newDefaultItemCollection
.DefaultItemResource(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory, Item item)
Create a newDefaultItemResource
.RootCollection(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory)
Create a newRootCollection
.VersionControlledItemCollection(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory, Item item)
Create a newVersionControlledItemCollection
. -
Uses of DavResourceLocator in org.apache.jackrabbit.webdav.jcr.search
Constructors in org.apache.jackrabbit.webdav.jcr.search with parameters of type DavResourceLocator Constructor Description 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 Constructor Description VersionHistoryItemCollection(DavResourceLocator resourcePath, JcrDavSession session, DavResourceFactory factory, Item item)
Create a newVersionHistoryItemCollection
resource.VersionItemCollection(DavResourceLocator locator, JcrDavSession session, DavResourceFactory factory, Item item)
Create a newVersionItemCollection
. -
Uses of DavResourceLocator in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple that return DavResourceLocator Modifier and Type Method Description 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 newDavResourceLocator
from the given repository node.protected DavResourceLocator
DeltaVResourceImpl. getLocatorFromNodePath(String nodePath)
Build aDavResourceLocator
from the given nodePath path.Methods in org.apache.jackrabbit.webdav.simple with parameters of type DavResourceLocator Modifier and Type Method Description DavResource
ResourceFactoryImpl. createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)
Create a newDavResource
from the given locator and request.DavResource
ResourceFactoryImpl. createResource(DavResourceLocator locator, DavSession session)
Create a newDavResource
from the given locator and webdav session.protected DavResource
DeltaVResourceImpl. createResourceFromLocator(DavResourceLocator loc)
Create a newDavResource
from the given locator.
-