org.skunk.dav.client
Class DAVMethodName
java.lang.Object
|
+--org.skunk.dav.client.DAVMethodName
- public class DAVMethodName
- extends java.lang.Object
Object wrapper for the various DAV methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GET
public static final DAVMethodName GET
POST
public static final DAVMethodName POST
HEAD
public static final DAVMethodName HEAD
PUT
public static final DAVMethodName PUT
DELETE
public static final DAVMethodName DELETE
OPTIONS
public static final DAVMethodName OPTIONS
TRACE
public static final DAVMethodName TRACE
MOVE
public static final DAVMethodName MOVE
MKCOL
public static final DAVMethodName MKCOL
PROPFIND
public static final DAVMethodName PROPFIND
PROPPATCH
public static final DAVMethodName PROPPATCH
COPY
public static final DAVMethodName COPY
LOCK
public static final DAVMethodName LOCK
UNLOCK
public static final DAVMethodName UNLOCK
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
isExtensionMethod
public boolean isExtensionMethod()