Interface | Description |
---|---|
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.
|
LockInfo |
Interface to represent WebDAV lock info.
|
WebDAVActivityPoster |
WebDAV methods can ActivityPoster to create entries in the activity feed.
|
WebDAVLockService |
WebDAVLockService is used to manage file locks for WebDAV and Sharepoint protocol.
|
Class | Description |
---|---|
ActivityPosterImpl |
WebDAV methods may use an instance of this class to post activity data.
|
CopyMethod |
Implements the WebDAV COPY method
|
DeleteMethod |
Implements the WebDAV DELETE method
|
ExceptionHandler |
Create a suitable HttpServletResponse when face with an exception.
|
GetMethod |
Implements the WebDAV GET method
|
HeadMethod |
Implements the WebDAV HEAD method
|
HierarchicalMethod |
Abstract base class for the hierarchical methods COPY and MOVE
|
LockInfoImpl |
Class to represent a WebDAV lock info.
|
LockMethod |
Implements the WebDAV LOCK method
|
MkcolMethod |
Implements the WebDAV MKCOL method
|
MoveMethod |
Implements the WebDAV MOVE method
|
MTNodesCache2 |
In-memory cache that stores nodeRefs per tenant.
|
OptionsMethod |
Implements the WebDAV OPTIONS method
|
PostMethod |
Implements the WebDAV POST method
|
PropFindMethod |
Implements the WebDAV PROPFIND method
|
PropPatchMethod |
Implements the WebDAV PROPPATCH method
|
PutMethod |
Implements the WebDAV PUT method
|
UnlockMethod |
Implements the WebDAV UNLOCK method
|
WebDAV |
Helper class used by the WebDAV protocol handling classes
|
WebDavBootstrap |
Bootstrap WebDav
Not much to do (yet) but simply looks up root node
|
WebDAVHelper |
WebDAV Protocol Helper Class
|
WebDAVLockServiceImpl |
WebDAVLockService is used to manage file locks for WebDAV and Sharepoint protocol.
|
WebDAVMethod |
Abstract base class for all the WebDAV method handling classes
|
WebDAVProperty |
Class to represent a WebDAV property
|
WebDavServiceImpl |
The WebDav client is used by the repository to generate webdav URLs
|
WebDAVServlet |
Servlet that accepts WebDAV requests for the hub.
|
WebDAVServlet.WebDAVInitParameters |
Bean to hold injected initialization parameters.
|
WebDAVSessionListener |
WebDAVSessionListener is used to forcibly unlock documents that were
persistently locked during user's session and were not unlocked because of some extraordinary
situations such as network connection lost.
|
Exception | Description |
---|---|
WebDAVServerException |
Exception class that represents an error in the WebDAV protocol layer
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.