| AccessUtil |
|
| AclMethod |
Class to handle WebDav ACLs
|
| CopyMethod |
Class to handle COPY
|
| DeleteMethod |
Class called to handle DELETE
|
| GetMethod |
Class called to handle GET
Get the content of a node.
|
| Headers |
Retrieve and process Webdav header values
|
| Headers.IfHeader |
|
| Headers.IfHeader.TagOrToken |
An entity tag is surrounded by "[" and "]", whereas a token is
surrounded by "<" and ">"
|
| Headers.IfHeaders |
The following is instantiated for If headers
|
| HeadMethod |
Class called to handle HEAD
|
| LockMethod |
Class called to handle LOCK
|
| MethodBase |
Base class for all webdav servlet methods.
|
| MethodBase.MethodInfo |
Allow servlet to create method.
|
| MkcolMethod |
Class called to handle MKCOL
|
| MoveMethod |
Class called to handle MOVE
|
| OptionsMethod |
Class called to handle OPTIONS.
|
| PostMethod |
Class called to handle POST
|
| PostRequestPars |
|
| PrincipalMatchReport |
|
| PropFindMethod |
Class called to handle PROPFIND
|
| PropFindMethod.PropRequest |
|
| PropPatchMethod |
Class called to handle PROPPATCH
|
| PutMethod |
Class called to handle PUT
|
| ReportMethod |
Class called to handle POST
|
| UnlockMethod |
Class called to handle UNLOCK
|
| WebdavServlet |
WebDAV Servlet.
|
| WebdavUtils |
Place for utility methods
|