| AuthenticateAction | 
 Action to authenticate Webdav URL 
 | 
| CheckReadAccessAction | 
 Override of org.ametys.cms.rights.CheckReadAccessAction to throw a 404 not found if object is not found, instead of 500 
 | 
| DecodePathAction | 
 Decode the path to get the resource and set the resource in request attributes 
 | 
| GetTokenAndObjectPathAction | 
 Action to get the token and the path from the URI/Header
 the uri can be token/path/to/resource, or just path/to/resource if the token is in the X-Ametys-Token header 
 | 
| NoOpReader | 
 Empty reader 
 | 
| WebdavHeadReader | 
 Reader for WebDAV HEAD method 
 | 
| WebdavLockAction | 
 Lock operation on resource 
 | 
| WebdavLockGenerator | 
 Reader for WebDAV LOCK method 
 | 
| WebdavMkcolAction | 
 Action for WebDAV PUT method 
 | 
| WebdavOptionsReader | 
 Reader for WebDAV OPTIONS method 
 | 
| WebdavPropfindGenerator | 
 Reader for WebDAV PROFIND method 
 | 
| WebdavPutAction | 
 Action for WebDAV PUT method 
 | 
| WebdavResourceReader | 
 Reader for Webdav GET, honouring ETag and If-None-Match headers. 
 | 
| WebdavUnlockAction | 
 Action for WebDAV UNLOCK method 
 |