|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.response.MultiStatusResponse
org.torweg.pulse.webdav.response.PropPatchResponse
public final class PropPatchResponse
a response to a PROPPATCH request.
| Constructor Summary | |
|---|---|
PropPatchResponse(PropPatchRequest.PropPatchOperation f,
java.lang.String m, PropPatchRequest r, HttpDAVServletResponse resp)
creates a PropPatchResponse for a failed request. |
|
PropPatchResponse(PropPatchRequest r, HttpDAVServletResponse resp)
creates a PropPatchResponse for a successful request. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.webdav.response.MultiStatusResponse |
|---|
add, closeResponse, getCleanURIString, isEmpty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropPatchResponse(PropPatchRequest.PropPatchOperation f,
java.lang.String m, PropPatchRequest r, HttpDAVServletResponse resp)
f - the operation that failedm - the failure messager - the original PROPPATCH requestresp - the underlying HttpDAVServletResponse response for
sending the PROPPATCH responsepublic PropPatchResponse(PropPatchRequest r, HttpDAVServletResponse resp)
r - the original PROPPATCH requestresp - the underlying HttpDAVServletResponse response for
sending the PROPPATCH response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||