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 DavResourceLocatorAbstractLocatorFactory. createResourceLocator(String prefix, String href)Create a newDavResourceLocator.DavResourceLocatorAbstractLocatorFactory. createResourceLocator(String prefix, String href, boolean forDestination)LikeAbstractLocatorFactory.createResourceLocator(String, String), but by settingforDestinationtotrueany special processing of URI suffixes can be disabled.DavResourceLocatorAbstractLocatorFactory. createResourceLocator(String prefix, String workspacePath, String resourcePath)Create a newDavResourceLocatorfrom the specified prefix, workspace path and resource path, without modifying the specified Strings.DavResourceLocatorAbstractLocatorFactory. createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)Create a newDavResourceLocatorfrom the specified prefix, workspace path and resource path.DavResourceLocatorDavLocatorFactory. createResourceLocator(String prefix, String href)Create a newDavResourceLocator.DavResourceLocatorDavLocatorFactory. createResourceLocator(String prefix, String workspacePath, String resourcePath)Create a newDavResourceLocator.DavResourceLocatorDavLocatorFactory. createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)DavResourceLocatorDavServletRequest. getDestinationLocator()Parse theDestination headerand return the locator of the correspondingresource.DavResourceLocatorWebdavRequestImpl. getDestinationLocator()Parse the destination header field and return the path of the destination resource.DavResourceLocatorWebdavRequestImpl. getHrefLocator(String href)Parse a href and return the path of the resource.DavResourceLocatorDavResource. getLocator()Returns thelocatorobject for this webdav resource, which encapsulates the information for building the complete 'href'.DavResourceLocatorWebdavRequestImpl. getMemberLocator(String segment)Returns the path of the member resource of the request resource which is identified by the segment parameter.DavResourceLocatorDavServletRequest. getRequestLocator()Return the locator of the requestedresource.DavResourceLocatorWebdavRequestImpl. getRequestLocator()Return aDavResourceLocatorrepresenting the request handle.Methods in org.apache.jackrabbit.webdav with parameters of type DavResourceLocator Modifier and Type Method Description DavResourceDavResourceFactory. createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)Create aDavResourceobject from the given locator, request and response objects.DavResourceDavResourceFactory. createResource(DavResourceLocator locator, DavSession session)Create a newDavResourceobject from the given locator and session.booleanDavResourceLocator. 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 DavResourceLocatorBindServletRequest. getHrefLocator(String href)Parses a href and returns the path of the resource.DavResourceLocatorBindServletRequest. 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 DavResourceDavResourceFactoryImpl. createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)Create a newDavResourcefrom the specified locator and request objects.DavResourceDavResourceFactoryImpl. createResource(DavResourceLocator locator, DavSession session)Create a newDavResourcefrom the given locator and session.protected ItemDavResourceFactoryImpl. 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 newVersionHistoryItemCollectionresource.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 DavResourceLocatorLocatorFactoryImpl. createResourceLocator(String prefix, String href)DavResourceLocatorLocatorFactoryImpl. createResourceLocator(String prefix, String workspacePath, String resourcePath)DavResourceLocatorLocatorFactoryImpl. createResourceLocator(String prefix, String workspacePath, String path, boolean isResourcePath)DavResourceLocatorDavResourceImpl. getLocator()protected DavResourceLocatorDeltaVResourceImpl. getLocatorFromNode(Node repositoryNode)Build a newDavResourceLocatorfrom the given repository node.protected DavResourceLocatorDeltaVResourceImpl. getLocatorFromNodePath(String nodePath)Build aDavResourceLocatorfrom the given nodePath path.Methods in org.apache.jackrabbit.webdav.simple with parameters of type DavResourceLocator Modifier and Type Method Description DavResourceResourceFactoryImpl. createResource(DavResourceLocator locator, DavServletRequest request, DavServletResponse response)Create a newDavResourcefrom the given locator and request.DavResourceResourceFactoryImpl. createResource(DavResourceLocator locator, DavSession session)Create a newDavResourcefrom the given locator and webdav session.protected DavResourceDeltaVResourceImpl. createResourceFromLocator(DavResourceLocator loc)Create a newDavResourcefrom the given locator.
-