Package org.apache.webdav.lib.properties
Class OwnerProperty
java.lang.Object
org.apache.webdav.lib.BaseProperty
org.apache.webdav.lib.properties.HrefValuedProperty
org.apache.webdav.lib.properties.OwnerProperty
- All Implemented Interfaces:
Property
This interface models the
<D:owner>
property, which is
defined in the WebDAV Access Control Protocol specification.-
Field Summary
FieldsFields inherited from class org.apache.webdav.lib.BaseProperty
element, response
-
Constructor Summary
ConstructorsConstructorDescriptionOwnerProperty
(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, getStatusCode
-
Field Details
-
TAG_NAME
The property name.- See Also:
-
-
Constructor Details
-
OwnerProperty
Default constructor for the property.
-