| Interfaces | |
|---|---|
| ReadMethod | Marker interface to indicate this method at most reads from persistent stores. |
| WriteMethod | Marker interface to indicate this method is likely writes to persistent stores. |
| Classes | |
|---|---|
| AbstractMultistatusResponseMethod | Abstract class for methods which return a multistatus error report, like MOVE, DELETE, COPY, LOCK. |
| AbstractWebdavMethod | WebDAV method. |
| AbstractWebdavMethod.RequestHeaders | No description provided. |
| AbstractWebdavMethod.ResourceInfo | No description provided. |
| AclMethod | ACL method. |
| BindMethod | BIND method. |
| CheckinMethod | CHECKIN method. |
| CheckoutMethod | CHECKOUT method. |
| CopyMethod | COPY Method. |
| DefaultMethodFactory | The default factory for WebDAVMethod implementations. |
| DeleteMethod | DELETE method. |
| EventMethod | Unsubscribe Method. |
| GetMethod | GET method. |
| HeadMethod | HEAD method. |
| LabelMethod | LABEL method. |
| LockMethod | LOCK method. |
| MethodUtil | Static util methods. |
| MkcolMethod | MKCOL method. |
| MkworkspaceMethod | MKWORKSPACE method. |
| MoveMethod | MOVE Method. |
| OptionsMethod | OPTIONS Method. |
| PollMethod | Poll Method. |
| PostMethod | POST method. |
| PropFindMethod | PROPFIND method. |
| PropPatchMethod | PROPPATCH method. |
| PropPatchMethod.PropPatchProperties | An extension of the RequestedProperties class manages PropPatchProperty instead of RequestedProperty. |
| PropPatchMethod.PropPatchProperty | An extension of the RequestedProperty class which supports a property value. |
| PutMethod | PUT method. |
| RebindMethod | REBIND method. |
| ReportMethod | REPORT method. |
| SearchMethod | SEARCH method. |
| SubscribeMethod | Subscribe Method. |
| UnbindMethod | UNBIND method. |
| UncheckoutMethod | UNCHECKOUT method. |
| UnlockMethod | UNLOCK method. |
| UnsubscribeMethod | Unsubscribe Method. |
| UpdateMethod | UPDATE method. |
| VersionControlMethod | VERSION-CONTROL method. |
| Exceptions | |
|---|---|
| MethodNotAllowedException | No description provided. |