|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl | +--org.apache.webdav.lib.methods.XMLResponseMethodBase.ResourceTypePropertyImpl
This represents a DAV:resourcetype property. It provides some convenience methods for working with the property.
Fields inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl |
element, response |
Fields inherited from interface org.apache.webdav.lib.properties.ResourceTypeProperty |
TAG_NAME |
Constructor Summary | |
(package private) |
XMLResponseMethodBase.ResourceTypePropertyImpl(XMLResponseMethodBase.Response response,
org.w3c.dom.Element element)
|
Method Summary | |
boolean |
isCollection()
Returns true if the resource is a collection. |
Methods inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface org.apache.webdav.lib.Property |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode |
Constructor Detail |
XMLResponseMethodBase.ResourceTypePropertyImpl(XMLResponseMethodBase.Response response, org.w3c.dom.Element element)
Method Detail |
public boolean isCollection()
ResourceTypeProperty
<D:resourcetype><D:collection/></D:resourcetype>
isCollection
in interface ResourceTypeProperty
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |