|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.response.MultiStatusResponse
public class MultiStatusResponse
base class for MultiStatus multiStatusElements.
| Constructor Summary | |
|---|---|
MultiStatusResponse(HttpDAVServletResponse resp)
creates an empty MultiStatusResponse. |
|
| Method Summary | |
|---|---|
void |
add(AbstractResponseElement el)
adds a response element to the current multi-status response. |
void |
closeResponse()
closes the multi-status response and flushes all buffers. |
protected java.lang.String |
getCleanURIString(VirtualFile file, VFSDAVStore store)
returns a clean URI string for the given VirtualFile. |
boolean |
isEmpty()
returns whether the MultiStatusResponse contains elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiStatusResponse(HttpDAVServletResponse resp)
MultiStatusResponse.
resp - the response for sending the multi-status| Method Detail |
|---|
protected java.lang.String getCleanURIString(VirtualFile file, VFSDAVStore store)
VirtualFile.
file - the filestore - the store
public final void add(AbstractResponseElement el)
el - the element to add
public final void closeResponse()
throws java.io.IOException
java.io.IOException - on errors sending the response to the clientpublic final boolean isEmpty()
MultiStatusResponse contains elements.
true, if and only if, the response contains response
elements. Otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||