Package org.apache.webdav.methods

Extends Jakarta's commons-httpclient library by WebDAV method implementations.

See:
          Description

Class Summary
AbstractMethod Implements an abstract HttpMethod.
AclMethod Implements the WebDAV ACL specification.
BindMethod Implements the WebDAV BIND specification.
CheckinMethod Implements the WebDAV CHECKIN specification.
CheckoutMethod Implements the WebDAV CHECKOUT specification.
CopyMethod Implements the WebDAV COPY specification.
DeleteMethod Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
GetMethod Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
HeadMethod Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
LabelMethod Implements the WebDAV LABEL specification.
LockMethod Implements the WebDAV LOCK specification.
MkactivityMethod Implements the WebDAV MKACTIVITY specification.
MkcolMethod Implements the WebDAV MKCOL specification.
MkworkspaceMethod Implements the WebDAV MKWORKSPACE specification.
MoveMethod Implements the WebDAV MOVE specification.
OptionsMethod Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
PropfindMethod Implements the WebDAV PROPFIND specification.
ProppatchMethod Implements the WebDAV PROPPATCH specification.
PutMethod Extends according method from org.apache.commons.httpclient.methods in order to allow adding of WebDAV-specific semantics.
RebindMethod Implements the WebDAV REBIND specification.
ReportMethod Implements the WebDAV REPORT specification.
SearchMethod Implements the WebDAV SEARCH specification.
UnbindMethod Implements the WebDAV UNBIND specification.
UncheckoutMethod Implements the WebDAV UNCHECKOUT specification.
UnlockMethod Implements the WebDAV UNLOCK specification.
UpdateMethod Implements the WebDAV UPDATE specification.
VersionControlMethod Implements the WebDAV VERSION-CONTROL specification.
 

Package org.apache.webdav.methods Description

Extends Jakarta's commons-httpclient library by WebDAV method implementations.



Copyright (c) 2003 - Apache Software Foundation