org.apache.webdav.lib.properties

Class OwnerProperty

Implemented Interfaces:
Property

public class OwnerProperty
extends HrefValuedProperty

This interface models the <D:owner> property, which is defined in the WebDAV Access Control Protocol specification.

Field Summary

static String
TAG_NAME
The property name.

Fields inherited from class org.apache.webdav.lib.BaseProperty

element, response

Constructor Summary

OwnerProperty(ResponseEntity response, Element element)
Default constructor for the property.

Method Summary

Methods inherited from class org.apache.webdav.lib.properties.HrefValuedProperty

getHref, getPropertyAsString, toString

Methods inherited from class org.apache.webdav.lib.BaseProperty

getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString

Field Details

TAG_NAME

public static final String TAG_NAME
The property name.

Constructor Details

OwnerProperty

public OwnerProperty(ResponseEntity response,
                     Element element)
Default constructor for the property.