|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.webdav.lib.BaseProperty | +--org.apache.webdav.lib.properties.PrincipalCollectionSetProperty
This class models the <D:principal-collection-set>
property, which is
defined in the WebDAV Access Control Protocol specification.
Field Summary | |
static java.lang.String |
TAG_NAME
The property name. |
Fields inherited from class org.apache.webdav.lib.BaseProperty |
element, response |
Constructor Summary | |
PrincipalCollectionSetProperty(ResponseEntity response,
org.w3c.dom.Element element)
Default constructor for the property. |
Method Summary | |
java.lang.String[] |
getHrefs()
Returns the Hrefs present in this principal-collection-set property. |
Methods inherited from class org.apache.webdav.lib.BaseProperty |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final java.lang.String TAG_NAME
Constructor Detail |
public PrincipalCollectionSetProperty(ResponseEntity response, org.w3c.dom.Element element)
Method Detail |
public java.lang.String[] getHrefs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |