|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.util.AbstractResponseElement
org.torweg.pulse.webdav.util.PropFindResponseElement
public class PropFindResponseElement
a response element for a PROPFIND request (
Note that propname request are handled by PropNameResponseElements;
Section 9.1.4 of RFC 4918
).
See also section 9.1 of RFC 4918.
| Constructor Summary | |
|---|---|
PropFindResponseElement(java.net.URI uri,
boolean isCol)
creates a new PropFindResponseElement for the given URI. |
|
| Method Summary | |
|---|---|
void |
addProperty(IProperty prop, DAVStatus stat)
adds a property and a status to the PropFindResponseElement. |
java.net.URI |
getHref()
returns the href the reponse element is for. |
org.jdom.Element |
getXML()
returns the XML of the PropFindResponseElement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropFindResponseElement(java.net.URI uri,
boolean isCol)
PropFindResponseElement for the given URI.
uri - the URIisCol - flag, indicating whether the processed element is a collection| Method Detail |
|---|
public java.net.URI getHref()
getHref in interface IMultiStatusElementgetHref in class AbstractResponseElementpublic void addProperty(IProperty prop, DAVStatus stat)
PropFindResponseElement.
prop - the propertystat - the statuspublic org.jdom.Element getXML()
getXML in interface IMultiStatusElementgetXML in class AbstractResponseElementStatusResponseElement.getXML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||