|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.store.webdav.response.AbstractResponse
org.apache.wvcm.store.webdav.response.MultistatusResponse
public class MultistatusResponse
Handler for multistatus response bodies.
Field Summary |
---|
Fields inherited from class org.apache.wvcm.store.webdav.response.AbstractResponse |
---|
dnsp, provider, requestResource, respBodyDoc |
Constructor Summary | |
---|---|
MultistatusResponse(Resource resource,
java.io.InputStream respBodyAsStream)
Create handler from given input stream. |
|
MultistatusResponse(Resource resource,
java.io.InputStream respBodyAsStream,
PropertyNameList wantedPropertyList)
Create handler from given input stream. |
|
MultistatusResponse(Resource resource,
java.io.InputStream respBodyAsStream,
PropertyNameList wantedPropertyList,
PropertyNameList actualPropertyList)
Create handler from given input stream. |
Method Summary | |
---|---|
java.util.List |
createAccessControlList(boolean includeInherited)
Create List of AccessControlElement instances from DAV:acl property included in this multistatus response. |
Resource |
createAllAttributesProxy()
Create the resource proxy resulting from the 1st response of this multistatus response. |
java.util.List |
createResourceProxies()
Create the resource proxies resulting from this multistatus response. |
java.util.List |
createResourceProxies(boolean excludeRequestResource)
Create the resource proxies resulting from this multistatus response. |
Resource |
createResourceProxy()
Create the resource proxy resulting from the 1st response of this multistatus response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultistatusResponse(Resource resource, java.io.InputStream respBodyAsStream) throws WvcmException
WvcmException
public MultistatusResponse(Resource resource, java.io.InputStream respBodyAsStream, PropertyNameList wantedPropertyList) throws WvcmException
WvcmException
public MultistatusResponse(Resource resource, java.io.InputStream respBodyAsStream, PropertyNameList wantedPropertyList, PropertyNameList actualPropertyList) throws WvcmException
WvcmException
Method Detail |
---|
public Resource createResourceProxy() throws WvcmException
WvcmException
public java.util.List createResourceProxies() throws WvcmException
WvcmException
public java.util.List createResourceProxies(boolean excludeRequestResource) throws WvcmException
excludeRequestResource
- if true, no proxy is returned for the requestResource itself
WvcmException
public java.util.List createAccessControlList(boolean includeInherited) throws WvcmException
includeInherited
- a boolean
WvcmException
public Resource createAllAttributesProxy() throws WvcmException
WvcmException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |