| Package | Description |
|---|---|
| org.bedework.webdav.servlet.common | |
| org.bedework.webdav.servlet.shared |
| Modifier and Type | Class and Description |
|---|---|
class |
AclMethod
Class to handle WebDav ACLs
|
class |
CopyMethod
Class to handle COPY
|
class |
DeleteMethod
Class called to handle DELETE
|
class |
GetMethod
Class called to handle GET
Get the content of a node.
|
class |
HeadMethod
Class called to handle HEAD
|
class |
LockMethod
Class called to handle LOCK
|
class |
MkcolMethod
Class called to handle MKCOL
|
class |
MoveMethod
Class called to handle MOVE
|
class |
OptionsMethod
Class called to handle OPTIONS.
|
class |
PostMethod
Class called to handle POST
|
class |
PropFindMethod
Class called to handle PROPFIND
|
class |
PropPatchMethod
Class called to handle PROPPATCH
|
class |
PutMethod
Class called to handle PUT
|
class |
ReportMethod
Class called to handle POST
|
class |
UnlockMethod
Class called to handle UNLOCK
|
| Constructor and Description |
|---|
PrincipalMatchReport(MethodBase mb,
WebdavNsIntf intf)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MethodBase |
WebdavNsIntf.getMethod(String name)
Return the named initialised method or null if no such method or the
method requires authentication and we are anonymous
|
Copyright © 2018 Bedework. All rights reserved.