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.
WebdavMethod WebDAV method.
 

Class Summary
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 POST Method.
PropFindMethod This class implements the WebDAV PROPFIND Method.
PropPatchMethod PROPPATCH Method.
PutMethod PUT Method.
UnlockMethod UNLOCK Method.
WebdavMethodBase WebDAV method abstract implementation.
XMLResponseMethodBase Utility class for XML response parsing.
XMLResponseMethodBase.GetLastModifiedPropertyImpl This represents a DAV:getlastmodified property.
XMLResponseMethodBase.PropertyImpl This class implements the Property interface and provides basic methods for reading the property.
XMLResponseMethodBase.ResourceTypePropertyImpl This represents a DAV:resourcetype property.