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

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

public class WebDavConst.DavProperty
extends java.lang.Object

Webdav custom properties.

Author:
Dmytro Katayev

Field Summary
static java.lang.String DEPTH
          Webdav "depth" property.
static java.lang.String MULTISTATUS
          Webdav "multistatus" property.
static java.lang.String PROPFIND
          Webdav "propfind" property.
static java.lang.String SUPPORDEDMETHODSET
          Webdav "supported-method-set" property.
 
Constructor Summary
WebDavConst.DavProperty()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPTH

public static final java.lang.String DEPTH
Webdav "depth" property. See HTTP Extensions for Distributed Authoring for more information.

See Also:
Constant Field Values

MULTISTATUS

public static final java.lang.String MULTISTATUS
Webdav "multistatus" property. See HTTP Extensions for Distributed Authoring for more information.

See Also:
Constant Field Values

PROPFIND

public static final java.lang.String PROPFIND
Webdav "propfind" property. See HTTP Extensions for Distributed Authoring for more information.

See Also:
Constant Field Values

SUPPORDEDMETHODSET

public static final java.lang.String SUPPORDEDMETHODSET
Webdav "supported-method-set" property. See HTTP Extensions for Distributed Authoring for more information.

See Also:
Constant Field Values
Constructor Detail

WebDavConst.DavProperty

public WebDavConst.DavProperty()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.