Class WebDavConst.ResourceType
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.WebDavConst.ResourceType
-
- Enclosing class:
- WebDavConst
public final class WebDavConst.ResourceType extends Object
Webdav resource types.- Author:
- Dmytro Katayev
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLLECTIONWebdav "collection" resource type.static StringRESOURCEWebdav "resource" resource type.
-
-
-
Field Detail
-
COLLECTION
public static final String COLLECTION
Webdav "collection" resource type.- See Also:
- Constant Field Values
-
RESOURCE
public static final String RESOURCE
Webdav "resource" resource type.- See Also:
- Constant Field Values
-
-