org.skunk.dav.client
Class DAVProperty

java.lang.Object
  |
  +--org.skunk.minixml.XMLElement
        |
        +--org.skunk.dav.client.DAVProperty

public class DAVProperty
extends XMLElement

DAVProperty.java convenience for adding named properties to a propfind Created: Mon Sep 18 13:51:18 2000


Field Summary
static DAVProperty[] BASIC_PROPERTIES
           
static DAVProperty CREATIONDATE
           
static DAVProperty DISPLAYNAME
           
static DAVProperty EXECUTABLE
           
static DAVProperty GETCONTENTLANGUAGE
           
static DAVProperty GETCONTENTLENGTH
           
static DAVProperty GETCONTENTTYPE
           
static DAVProperty GETETAG
           
static DAVProperty GETLASTMODIFIED
           
static DAVProperty LOCKDISCOVERY
           
static DAVProperty RESOURCETYPE
           
static DAVProperty SOURCE
           
static DAVProperty SUPPORTEDLOCK
           
 
Fields inherited from class org.skunk.minixml.XMLElement
XMLNS_ATTR
 
Constructor Summary
DAVProperty(java.lang.String propertyName)
           
DAVProperty(java.lang.String propertyName, java.lang.String namespaceCode, java.lang.String namespace)
           
DAVProperty(XMLElement elem)
           
 
Method Summary
 boolean equals(java.lang.Object otherObject)
           
static DAVProperty getCanonicalProperty(java.lang.String canonicalName)
           
 int hashCode()
           
 
Methods inherited from class org.skunk.minixml.XMLElement
addChild, attributes, children, getAttribute, getChild, getChild, getChild, getChild, getChild, getChildElement, getDefaultNamespace, getElementName, getElementNamespaceCode, getFullElementName, getNamespace, getNamespace, isEmpty, setAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOCKDISCOVERY

public static final DAVProperty LOCKDISCOVERY

CREATIONDATE

public static final DAVProperty CREATIONDATE

DISPLAYNAME

public static final DAVProperty DISPLAYNAME

GETCONTENTLANGUAGE

public static final DAVProperty GETCONTENTLANGUAGE

GETCONTENTLENGTH

public static final DAVProperty GETCONTENTLENGTH

GETCONTENTTYPE

public static final DAVProperty GETCONTENTTYPE

GETETAG

public static final DAVProperty GETETAG

GETLASTMODIFIED

public static final DAVProperty GETLASTMODIFIED

RESOURCETYPE

public static final DAVProperty RESOURCETYPE

SOURCE

public static final DAVProperty SOURCE

SUPPORTEDLOCK

public static final DAVProperty SUPPORTEDLOCK

EXECUTABLE

public static final DAVProperty EXECUTABLE

BASIC_PROPERTIES

public static final DAVProperty[] BASIC_PROPERTIES
Constructor Detail

DAVProperty

public DAVProperty(java.lang.String propertyName)

DAVProperty

public DAVProperty(java.lang.String propertyName,
                   java.lang.String namespaceCode,
                   java.lang.String namespace)

DAVProperty

public DAVProperty(XMLElement elem)
Method Detail

getCanonicalProperty

public static DAVProperty getCanonicalProperty(java.lang.String canonicalName)

equals

public boolean equals(java.lang.Object otherObject)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object