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.
CopyMethod COPY Method.
DeleteMethod DELETE Method.
GetMethod GET Method.
HeadMethod HEAD Method.
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.
MoveMethod MOVE Method.
OptionsMethod OPTIONS Method.
PostMethod COPY Method.
PropFindMethod This class implements the WebDAV PROPFIND Method.
PropPatchMethod PROPPATCH Method.
PutMethod PUT Method.
SearchMethod This class implements the WebDAV SEARCH Method.
UnlockMethod UNLOCK Method.
XMLResponseMethodBase Utility class for XML response parsing.