Package org.apache.webdav.lib.methods

Interface Summary
DepthSupport Methods that can act on collections (for example, DELETE, LOCK, PROPFIND, etc.) support a depth header.
 

Class Summary
AclMethod ACL Method.
AclReportMethod WebDAV Report method This class is used to send an report from the ACL specification.
BindMethod BIND Method.
CheckinMethod The CHECKIN method can be applied to a checked-out version-controlled resource to produce a new version whose content and dead properties are copied from the checked-out resource.
CheckoutMethod The Checkout method can be applied to a checked-in version-controlled resource.
CopyMethod COPY Method.
DeleteMethod DELETE Method.
HttpRequestBodyMethodBase PUT Method.
LabelMethod The Label method is used to manipulate labels on resources on the server.
LockMethod Web resources can be locked to ensure that only one user is updating the resource at a time.
MkcolMethod The MKCOL method is used to create a new collection.
MkWorkspaceMethod The MkWorkspace method is used to create a new workspace.
MoveMethod MOVE Method.
OptionsMethod OPTIONS Method.
PropertyBodyHelper This class manages an array of PropertyNames.
PropFindMethod This class implements the WebDAV PROPFIND Method.
PropPatchMethod PROPPATCH Method.
RebindMethod REBIND Method.
ReportMethod This class implements the WebDAV REPORT Method.
SearchMethod This class implements the WebDAV SEARCH Method.
UnbindMethod UNBIND Method.
UncheckoutMethod The Checkout method can be applied to a checked-in version-controlled resource.
UnlockMethod UNLOCK Method.
UpdateMethod The Update method updates a version-controlled resource to a new version.
VersionControlMethod  
XMLResponseMethodBase Utility class for XML response parsing.