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

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

public class WebDavConst.Headers
extends java.lang.Object

Http headers used for webdav service implemetation.

Author:
Dmytro Katayev

Field Summary
static java.lang.String ACCEPT_RANGES
          HTTP 1.1 "Accept-Ranges" header.
static java.lang.String ACCEPTENCODING
          HTTP 1.1 "Accept-Encoding" header.
static java.lang.String ALLOW
          HTTP 1.1 "Allow" header.
static java.lang.String AUTHORIZATION
          HTTP 1.1 "Authorization" header.
static java.lang.String CACHECONTROL
          HTTP 1.1 "Cache-Control" header.
static java.lang.String CONNECTION
          HTTP 1.1 "Connection" header.
static java.lang.String CONTENTLENGTH
          HTTP 1.1 "Content-Length" header.
static java.lang.String CONTENTRANGE
          HTTP 1.1 "Content-Range" header.
static java.lang.String CONTENTTYPE
          HTTP 1.1 "Content-type" header.
static java.lang.String DASL
          HTTP 1.1 "Allow" header.
static java.lang.String DATE
          HTTP 1.1 "Date" header.
static java.lang.String DAV
          WebDav "DAV" header.
static java.lang.String DEPTH
          WebDav "Depth" header.
static java.lang.String DESTINATION
          WebDav "Destination" header.
static java.lang.String HOST
          HTTP 1.1 "Host" header.
static java.lang.String IF
          WebDav "If" header.
static java.lang.String IF_MODIFIED_SINCE
          See HTTP/1.1 documentation.
static java.lang.String LASTMODIFIED
          HTTP 1.1 "Last-Modified" header.
static java.lang.String LOCKTOKEN
          WebDav "DAV" header.
static java.lang.String MIXTYPE
          JCR "MixType" header.
static java.lang.String MSAUTHORVIA
          MS-Author-Via Response Header.
static java.lang.String NODETYPE
          JCR "Nodetype" header.
static java.lang.String OVERWRITE
          WebDav "Overwrite" header.
static java.lang.String RANGE
          HTTP 1.1 "Range" header.
static java.lang.String SERVER
          HTTP 1.1 "Server" header.
static java.lang.String TE
          HTTP 1.1 "TE" header.
static java.lang.String TIMEOUT
          WebDav "Timeout" header.
static java.lang.String TRANSLATE
          HTTP 1.1 "Translate" header.
static java.lang.String USERAGENT
          HTTP 1.1 "User-Agent" header.
static java.lang.String WWWAUTHENTICATE
          HTTP 1.1 "WWW-Authenticate" header.
static java.lang.String XFEATURES
          Some HTTP header.
 
Constructor Summary
WebDavConst.Headers()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALLOW

public static final java.lang.String ALLOW
HTTP 1.1 "Allow" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

DASL

public static final java.lang.String DASL
HTTP 1.1 "Allow" header. See WebDAV/DASL Request and Response Syntax for more information.

See Also:
Constant Field Values

DAV

public static final java.lang.String DAV
WebDav "DAV" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

ACCEPTENCODING

public static final java.lang.String ACCEPTENCODING
HTTP 1.1 "Accept-Encoding" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

CONNECTION

public static final java.lang.String CONNECTION
HTTP 1.1 "Connection" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

CONTENTLENGTH

public static final java.lang.String CONTENTLENGTH
HTTP 1.1 "Content-Length" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

CONTENTRANGE

public static final java.lang.String CONTENTRANGE
HTTP 1.1 "Content-Range" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

CONTENTTYPE

public static final java.lang.String CONTENTTYPE
HTTP 1.1 "Content-type" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

HOST

public static final java.lang.String HOST
HTTP 1.1 "Host" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

USERAGENT

public static final java.lang.String USERAGENT
HTTP 1.1 "User-Agent" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

WWWAUTHENTICATE

public static final java.lang.String WWWAUTHENTICATE
HTTP 1.1 "WWW-Authenticate" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

ACCEPT_RANGES

public static final java.lang.String ACCEPT_RANGES
HTTP 1.1 "Accept-Ranges" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

AUTHORIZATION

public static final java.lang.String AUTHORIZATION
HTTP 1.1 "Authorization" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

CACHECONTROL

public static final java.lang.String CACHECONTROL
HTTP 1.1 "Cache-Control" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

SERVER

public static final java.lang.String SERVER
HTTP 1.1 "Server" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

DEPTH

public static final java.lang.String DEPTH
WebDav "Depth" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

DESTINATION

public static final java.lang.String DESTINATION
WebDav "Destination" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

LOCKTOKEN

public static final java.lang.String LOCKTOKEN
WebDav "DAV" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

LASTMODIFIED

public static final java.lang.String LASTMODIFIED
HTTP 1.1 "Last-Modified" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

MSAUTHORVIA

public static final java.lang.String MSAUTHORVIA
MS-Author-Via Response Header. See MS-Author-Via Response Header for more information.

See Also:
Constant Field Values

OVERWRITE

public static final java.lang.String OVERWRITE
WebDav "Overwrite" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

TE

public static final java.lang.String TE
HTTP 1.1 "TE" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

TIMEOUT

public static final java.lang.String TIMEOUT
WebDav "Timeout" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

TRANSLATE

public static final java.lang.String TRANSLATE
HTTP 1.1 "Translate" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

XFEATURES

public static final java.lang.String XFEATURES
Some HTTP header.

See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
HTTP 1.1 "Date" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

IF

public static final java.lang.String IF
WebDav "If" header. See HTTP Headers for Distributed Authoring section 9 for more information.

See Also:
Constant Field Values

RANGE

public static final java.lang.String RANGE
HTTP 1.1 "Range" header. See HTTP/1.1 section 14 "Header Field Definitions" for more information.

See Also:
Constant Field Values

IF_MODIFIED_SINCE

public static final java.lang.String IF_MODIFIED_SINCE
See HTTP/1.1 documentation.

See Also:
Constant Field Values

NODETYPE

public static final java.lang.String NODETYPE
JCR "Nodetype" header.

See Also:
Constant Field Values

MIXTYPE

public static final java.lang.String MIXTYPE
JCR "MixType" header.

See Also:
Constant Field Values
Constructor Detail

WebDavConst.Headers

public WebDavConst.Headers()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.