| ActivityPostProducer |
WebDAVMethods that are able to post activity data must implement this interface
in order that the CloudWebDAVServlet will supply the object with an
ActivityPoster collaborator.
|
| GetMethod |
Implements the WebDAV GET method
|
| HierarchicalMethod |
Abstract base class for the hierarchical methods COPY and MOVE
|
| MoveMethod |
Implements the WebDAV MOVE method
|
| PropFindMethod |
Implements the WebDAV PROPFIND method
|
| PropPatchMethod.PropertyAction |
Stores information about PROPPATCH action(set or remove) an according property.
|
| PutMethod |
Implements the WebDAV PUT method
|
| WebDAVActivityPoster |
WebDAV methods can ActivityPoster to create entries in the activity feed.
|
| WebDAVHelper |
WebDAV Protocol Helper Class
|
| WebDAVLockService |
WebDAVLockService is used to manage file locks for WebDAV and Sharepoint protocol.
|
| WebDAVMethod |
Abstract base class for all the WebDAV method handling classes
|
| WebDAVMethod.Condition |
Class used for storing conditions which comes with "If" header of the request
|
| WebDAVProperty |
Class to represent a WebDAV property
|
| WebDAVServerException |
Exception class that represents an error in the WebDAV protocol layer
|