Uses of Interface
org.apache.jackrabbit.webdav.DavResource
Packages that use DavResource
-
Uses of DavResource in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return DavResourceModifier and TypeMethodDescriptionDavResourceFactory.createResource
(DavResourceLocator locator, DavServletRequest request, DavServletResponse response) Create aDavResource
object from the given locator, request and response objects.DavResourceFactory.createResource
(DavResourceLocator locator, DavSession session) Create a newDavResource
object from the given locator and session.DavResource.getCollection()
Retrieve the resource this resource is internal member of.DavResourceIteratorImpl.next()
DavResourceIterator.nextResource()
Returns the nextDavResource
in the iteratorDavResourceIteratorImpl.nextResource()
Methods in org.apache.jackrabbit.webdav with parameters of type DavResourceModifier and TypeMethodDescriptionvoid
DavResource.addMember
(DavResource resource, org.apache.jackrabbit.webdav.io.InputContext inputContext) Add the given resource as an internal member to this resource.void
MultiStatus.addResourceProperties
(DavResource resource, DavPropertyNameSet propNameSet, int depth) Add response(s) to this multistatus, in order to build a multistatus e.g.void
MultiStatus.addResourceProperties
(DavResource resource, DavPropertyNameSet propNameSet, int propFindType, int depth) Add response(s) to this multistatus, in order to build a multistatus for responding to a PROPFIND request.void
MultiStatus.addResourceStatus
(DavResource resource, int status, int depth) Add response(s) to this multistatus, in order to build a multistatus as returned for COPY, MOVE, LOCK or DELETE requests resulting in an error with a resource other than the resource identified in the Request-URI.void
DavResource.copy
(DavResource destination, boolean shallow) Copy this DavResource to the given destination resourceboolean
DavServletRequest.matchesIfHeader
(DavResource resource) Returns true, if theIf header
present with the request matches the given resource.boolean
WebdavRequestImpl.matchesIfHeader
(DavResource resource) Test if the if header matches the given resource.void
DavResource.move
(DavResource destination) Move this DavResource to the given destination resourcevoid
DavResource.removeMember
(DavResource member) Removes the specified member from this resource.Constructors in org.apache.jackrabbit.webdav with parameters of type DavResourceModifierConstructorDescriptionMultiStatusResponse
(DavResource resource, DavPropertyNameSet propNameSet) Constructs a WebDAV multistatus response and retrieves the resource properties according to the givenDavPropertyNameSet
.MultiStatusResponse
(DavResource resource, DavPropertyNameSet propNameSet, int propFindType) Constructs a WebDAV multistatus response and retrieves the resource properties according to the givenDavPropertyNameSet
.Constructor parameters in org.apache.jackrabbit.webdav with type arguments of type DavResourceModifierConstructorDescriptionCreate a new DavResourceIterator from the specified list.