Package org.apache.jackrabbit.webdav
Class DavCompliance
- java.lang.Object
-
- org.apache.jackrabbit.webdav.DavCompliance
-
public final class DavCompliance extends Object
DavCompliance
defines constants for the various compliance classes defined RFC 2518, RFC 4918 and it's extensions.
-
-
Field Summary
Fields Modifier and Type Field Description static String
_1_
static String
_2_
static String
_3_
static String
ACCESS_CONTROL
static String
ACTIVITY
static String
BASELINE
static String
BIND
static String
CHECKOUT_IN_PLACE
static String
LABEL
static String
MERGE
static String
OBSERVATION
static String
ORDERED_COLLECTIONS
static String
UPDATE
static String
VERSION_CONTROL
static String
VERSION_CONTROLLED_COLLECTION
static String
VERSION_HISTORY
static String
WORKING_RESOURCE
static String
WORKSPACE
-
-
-
Field Detail
-
_1_
public static final String _1_
- See Also:
- Constant Field Values
-
_2_
public static final String _2_
- See Also:
- Constant Field Values
-
_3_
public static final String _3_
- See Also:
- Constant Field Values
-
ACTIVITY
public static final String ACTIVITY
- See Also:
- Constant Field Values
-
BASELINE
public static final String BASELINE
- See Also:
- Constant Field Values
-
CHECKOUT_IN_PLACE
public static final String CHECKOUT_IN_PLACE
- See Also:
- Constant Field Values
-
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
-
MERGE
public static final String MERGE
- See Also:
- Constant Field Values
-
UPDATE
public static final String UPDATE
- See Also:
- Constant Field Values
-
VERSION_CONTROL
public static final String VERSION_CONTROL
- See Also:
- Constant Field Values
-
VERSION_CONTROLLED_COLLECTION
public static final String VERSION_CONTROLLED_COLLECTION
- See Also:
- Constant Field Values
-
VERSION_HISTORY
public static final String VERSION_HISTORY
- See Also:
- Constant Field Values
-
WORKING_RESOURCE
public static final String WORKING_RESOURCE
- See Also:
- Constant Field Values
-
WORKSPACE
public static final String WORKSPACE
- See Also:
- Constant Field Values
-
ORDERED_COLLECTIONS
public static final String ORDERED_COLLECTIONS
- See Also:
- Constant Field Values
-
ACCESS_CONTROL
public static final String ACCESS_CONTROL
- See Also:
- Constant Field Values
-
BIND
public static final String BIND
- See Also:
- Constant Field Values
-
OBSERVATION
public static final String OBSERVATION
- See Also:
- Constant Field Values
-
-