org.exoplatform.services.jcr.webdav
Class WebDavConst.ResourceType

java.lang.Object
  extended by org.exoplatform.services.jcr.webdav.WebDavConst.ResourceType
Enclosing class:
WebDavConst

public class WebDavConst.ResourceType
extends java.lang.Object

Webdav resource types.

Author:
Dmytro Katayev

Field Summary
static java.lang.String COLLECTION
          Webdav "collection" resource type.
static java.lang.String RESOURCE
          Webdav "resource" resource type.
 
Constructor Summary
WebDavConst.ResourceType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLLECTION

public static final java.lang.String COLLECTION
Webdav "collection" resource type.

See Also:
Constant Field Values

RESOURCE

public static final java.lang.String RESOURCE
Webdav "resource" resource type.

See Also:
Constant Field Values
Constructor Detail

WebDavConst.ResourceType

public WebDavConst.ResourceType()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.