org.apache.jackrabbit.webdav.bind
Interface BindConstants


public interface BindConstants

BindConstants provide constants for request and response headers, Xml elements and property names defined by the BIND specification.


Field Summary
static String METHODS
           
static Namespace NAMESPACE
          The namespace
static DavPropertyName PARENTSET
           
static DavPropertyName RESOURCEID
           
static String XML_BIND
          local names of XML elements used in the request bodies of the methods BIND, REBIND and UNBIND.
static String XML_HREF
           
static String XML_PARENT
           
static String XML_REBIND
           
static String XML_SEGMENT
           
static String XML_UNBIND
           
 

Field Detail

NAMESPACE

static final Namespace NAMESPACE
The namespace


XML_BIND

static final String XML_BIND
local names of XML elements used in the request bodies of the methods BIND, REBIND and UNBIND.

See Also:
Constant Field Values

XML_REBIND

static final String XML_REBIND
See Also:
Constant Field Values

XML_UNBIND

static final String XML_UNBIND
See Also:
Constant Field Values

XML_SEGMENT

static final String XML_SEGMENT
See Also:
Constant Field Values

XML_HREF

static final String XML_HREF
See Also:
Constant Field Values

XML_PARENT

static final String XML_PARENT
See Also:
Constant Field Values

METHODS

static final String METHODS
See Also:
Constant Field Values

RESOURCEID

static final DavPropertyName RESOURCEID

PARENTSET

static final DavPropertyName PARENTSET


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.