|
|||||||||
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.ResourceTypeProperty
An interface that describes a standard Resource Type property (as defined by the WebDAV 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 | |
ResourceTypeProperty(ResponseEntity response,
org.w3c.dom.Element element)
Default constructor for the property. |
Method Summary | |
boolean |
isCollection()
Returns true if the resource is a collection. |
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 ResourceTypeProperty(ResponseEntity response, org.w3c.dom.Element element)
Method Detail |
public boolean isCollection()
<D:resourcetype><D:collection/></D:resourcetype>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |