Uses of Class
org.apache.jackrabbit.webdav.DavException
Packages that use DavException
Package
Description
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
-
Uses of DavException in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav with parameters of type DavExceptionModifier and TypeMethodDescriptionvoid
DavServletResponse.sendError
(DavException error) Send a response body given more detailed information about the error occurred.void
WebdavResponseImpl.sendError
(DavException exception) If the specifid exception provides an error condition an Xml response body is sent providing more detailed information about the error.Methods in org.apache.jackrabbit.webdav that throw DavExceptionModifier and TypeMethodDescriptionvoid
DavResource.addMember
(DavResource resource, org.apache.jackrabbit.webdav.io.InputContext inputContext) Add the given resource as an internal member to this resource.DavResource.alterProperties
(List<? extends PropEntry> changeList) Set/add and remove the specified properties from this resource.boolean
DavSessionProvider.attachSession
(WebdavRequest request) Acquires a DavSession.void
DavResource.copy
(DavResource destination, boolean shallow) Copy this DavResource to the given destination resourceDavResourceFactory.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.org.apache.jackrabbit.webdav.bind.BindInfo
WebdavRequestImpl.getBindInfo()
DavServletRequest.getDestinationLocator()
Parse theDestination header
and return the locator of the correspondingresource
.WebdavRequestImpl.getDestinationLocator()
Parse the destination header field and return the path of the destination resource.WebdavRequestImpl.getHrefLocator
(String href) Parse a href and return the path of the resource.org.apache.jackrabbit.webdav.version.LabelInfo
WebdavRequestImpl.getLabelInfo()
org.apache.jackrabbit.webdav.lock.LockInfo
DavServletRequest.getLockInfo()
Return the parsed 'lockinfo' request body, theTimeout header
and theDepth header
of a LOCK request asLockInfo
object.org.apache.jackrabbit.webdav.lock.LockInfo
WebdavRequestImpl.getLockInfo()
LockInfo
object encapsulating the information passed with a LOCK request if the LOCK request body was valid.org.apache.jackrabbit.webdav.version.MergeInfo
WebdavRequestImpl.getMergeInfo()
org.apache.jackrabbit.webdav.version.OptionsInfo
WebdavRequestImpl.getOptionsInfo()
org.apache.jackrabbit.webdav.ordering.OrderPatch
WebdavRequestImpl.getOrderPatch()
DavServletRequest.getPropFindProperties()
Return the set of properties the client requested with a PROPFIND request or an empty set if the type of PROPFIND request wasDavConstants.PROPFIND_ALL_PROP
orDavConstants.PROPFIND_PROPERTY_NAMES
.WebdavRequestImpl.getPropFindProperties()
Returns the set of properties requested by the PROPFIND body or an empty set if thetype
is either 'allprop' or 'propname'.int
DavServletRequest.getPropFindType()
Return the type of PROPFIND request as indicated by the PROPFIND request body.int
WebdavRequestImpl.getPropFindType()
Returns the type of PROPFIND as indicated by the request body.DavServletRequest.getPropPatchChangeList()
Return aList
of property change operations.WebdavRequestImpl.getPropPatchChangeList()
Return aList
of property change operations.org.apache.jackrabbit.webdav.bind.RebindInfo
WebdavRequestImpl.getRebindInfo()
org.apache.jackrabbit.webdav.version.report.ReportInfo
WebdavRequestImpl.getReportInfo()
DavServletRequest.getRequestDocument()
Parse the Xml request body and return aDocument
.WebdavRequestImpl.getRequestDocument()
org.apache.jackrabbit.webdav.observation.SubscriptionInfo
WebdavRequestImpl.getSubscriptionInfo()
org.apache.jackrabbit.webdav.transaction.TransactionInfo
WebdavRequestImpl.getTransactionInfo()
org.apache.jackrabbit.webdav.bind.UnbindInfo
WebdavRequestImpl.getUnbindInfo()
org.apache.jackrabbit.webdav.version.UpdateInfo
WebdavRequestImpl.getUpdateInfo()
org.apache.jackrabbit.webdav.lock.ActiveLock
DavResource.lock
(org.apache.jackrabbit.webdav.lock.LockInfo reqLockInfo) Lock this webdav resource with the information retrieve from the request and return the resulting lockdiscovery object.void
DavResource.move
(DavResource destination) Move this DavResource to the given destination resourceorg.apache.jackrabbit.webdav.lock.ActiveLock
DavResource.refreshLock
(org.apache.jackrabbit.webdav.lock.LockInfo reqLockInfo, String lockToken) Refresh an existing lock by resetting the timeout.void
DavResource.removeMember
(DavResource member) Removes the specified member from this resource.void
DavResource.removeProperty
(DavPropertyName propertyName) Remove the specified property from this resource.void
DavResource.setProperty
(DavProperty<?> property) Add/Set the specified property on this resource.void
Remove the lock identified by the included lock token from this resource. -
Uses of DavException in org.apache.jackrabbit.webdav.client.methods
Methods in org.apache.jackrabbit.webdav.client.methods that return DavExceptionModifier and TypeMethodDescriptionBaseDavRequest.getResponseException
(org.apache.http.HttpResponse response) Obtain aDavException
representing the response.Methods in org.apache.jackrabbit.webdav.client.methods that throw DavExceptionModifier and TypeMethodDescriptionvoid
BaseDavRequest.checkSuccess
(org.apache.http.HttpResponse response) Check the response and throw when it is considered to represent a failure.org.apache.jackrabbit.webdav.observation.EventDiscovery
BaseDavRequest.getResponseBodyAsEventDiscovery
(org.apache.http.HttpResponse response) Return response body asEventDiscovery
object.org.apache.jackrabbit.webdav.lock.LockDiscovery
BaseDavRequest.getResponseBodyAsLockDiscovery
(org.apache.http.HttpResponse response) Return response body asLockDiscovery
object.BaseDavRequest.getResponseBodyAsMultiStatus
(org.apache.http.HttpResponse response) Return response body asMultiStatus
object.org.apache.jackrabbit.webdav.observation.SubscriptionDiscovery
BaseDavRequest.getResponseBodyAsSubscriptionDiscovery
(org.apache.http.HttpResponse response) Return response body asSubscriptionDiscovery
object.