|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.request.PropFindRequest
public class PropFindRequest
represents a PROPFIND request.
TODO: add support for <quota-available-bytes/> and <quota-bytes-used/>.
TODO: add support for dead properties.
| Constructor Summary | |
|---|---|
PropFindRequest(java.io.InputStream inputStream, DAVStore store, Depth d,
java.lang.String servletURL)
|
|
| Method Summary | |
|---|---|
Depth |
getDepth()
returns the depth. |
java.util.Set<DAVProperties> |
getRequestedDAVProperties()
returns the requested DAV (live) properties. |
java.util.Set<DeadProperty> |
getRequestedDeadProperties()
returns the requested dead properties. |
java.lang.String |
getWebdavServletURL()
|
boolean |
isPropNameRequest()
|
java.lang.String |
toString()
returns a string representation of the PropFindRequest. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropFindRequest(java.io.InputStream inputStream, DAVStore store, Depth d,
java.lang.String servletURL)
inputStream - the input stream to build the XML fromstore - the DAVStore to get all available dead properties (may be
null)d - the requested depthservletURL - the URL of the webdav servlet| Method Detail |
|---|
public final java.util.Set<DAVProperties> getRequestedDAVProperties()
public final java.util.Set<DeadProperty> getRequestedDeadProperties()
public final Depth getDepth()
public final java.lang.String getWebdavServletURL()
public final boolean isPropNameRequest()
public java.lang.String toString()
PropFindRequest.
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||