|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.httpclient.HttpMethodBase
org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
org.apache.webdav.lib.methods.XMLResponseMethodBase
org.apache.webdav.lib.methods.ReportMethod
public class ReportMethod
This class implements the WebDAV REPORT Method.
The REPORT method retrieves properties defined on the resource identified by the Request-URI, if the resource does not have any internal members, or on the resource identified by the Request-URI and potentially its member resources, if the resource is a collection that has internal member URIs.
A typical request looks like this:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase |
---|
XMLResponseMethodBase.OptionsResponse, XMLResponseMethodBase.Response, XMLResponseMethodBase.ResponseWithinMultistatus, XMLResponseMethodBase.SingleResponse |
Field Summary | |
---|---|
static int |
ALL
Request of all properties name and value. |
protected int |
depth
Depth. |
static int |
LOCATE_HISTORY
|
protected java.lang.String |
prefix
The namespace abbreviation that prefixes DAV tags |
protected PropertyName[] |
propertyNames
Property name list. |
static int |
SUB_SET
Request specified properties. |
java.lang.String |
sVersionHistory
|
protected int |
type
Type of the Propfind. |
Fields inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase |
---|
builder, decodeResponseHrefs, responseURLs |
Fields inherited from interface org.apache.webdav.lib.methods.DepthSupport |
---|
DEPTH_0, DEPTH_1, DEPTH_INFINITY |
Constructor Summary | |
---|---|
ReportMethod()
Method constructor. |
|
ReportMethod(java.lang.String path)
Method constructor. |
|
ReportMethod(java.lang.String path,
java.util.Enumeration propertyNames)
Method constructor. |
|
ReportMethod(java.lang.String path,
int depth)
Method constructor. |
|
ReportMethod(java.lang.String path,
int depth,
java.util.Enumeration propertyNames)
Method constructor. |
|
ReportMethod(java.lang.String path,
int depth,
java.util.Enumeration propertyNames,
java.util.Enumeration histUrl)
Method constructor. |
|
ReportMethod(java.lang.String path,
int depth,
java.lang.String sBody)
|
Method Summary | |
---|---|
void |
addRequestHeaders(HttpState state,
HttpConnection conn)
Generate additional headers needed by the request. |
protected java.lang.String |
generateRequestBody()
DAV requests that contain a body must override this function to generate that body. |
java.util.Enumeration |
getAllResponseURLs()
This method returns an enumeration of URL paths. |
int |
getDepth()
Depth getter. |
java.lang.String |
getName()
|
java.util.Enumeration |
getResponseProperties(java.lang.String urlPath)
Returns an enumeration of Property objects. |
int |
getType()
Type getter. |
void |
recycle()
Reset the State of the class to its initial state, so that it can be used again. |
void |
setDepth(int depth)
Depth setter. |
void |
setHistoryURLs(java.util.Enumeration historyURLs)
sets History URL for locate by history Report |
void |
setPropertyNames(java.util.Enumeration propertyNames)
Property names setter. |
void |
setRequestHeader(java.lang.String headerName,
java.lang.String headerValue)
Set a header value, redirecting attempts to set the "Depth" header to a setDepth(int) call. |
void |
setType(int type)
Type setter. |
Methods inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase |
---|
convertElementToProperty, getDebug, getRequestContentLength, getResponseDocument, getResponseHashtable, getResponses, getResponseURLs, parseResponse, parseXMLResponse, readResponseBody, setDebug, setDecodeResponseHrefs, setDocument, setResponseHashtable, writeRequestBody |
Methods inherited from class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase |
---|
isRequestContentAlreadySet, readContinueCode, setRequestBody, setRequestBody, setRequestBody, setRequestBody, setRequestBody |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SUB_SET
public static final int ALL
public static final int LOCATE_HISTORY
public java.lang.String sVersionHistory
protected int type
protected PropertyName[] propertyNames
protected int depth
protected java.lang.String prefix
Constructor Detail |
---|
public ReportMethod()
public ReportMethod(java.lang.String path)
public ReportMethod(java.lang.String path, int depth)
public ReportMethod(java.lang.String path, java.util.Enumeration propertyNames)
public ReportMethod(java.lang.String path, int depth, java.util.Enumeration propertyNames, java.util.Enumeration histUrl)
public ReportMethod(java.lang.String path, int depth, java.util.Enumeration propertyNames)
public ReportMethod(java.lang.String path, int depth, java.lang.String sBody)
Method Detail |
---|
public void setRequestHeader(java.lang.String headerName, java.lang.String headerValue)
setDepth(int)
call.
setRequestHeader
in interface HttpMethod
setRequestHeader
in class HttpMethodBase
headerName
- Header nameheaderValue
- Header valuepublic void setType(int type)
type
- New type valuepublic int getType()
public void setDepth(int depth)
setDepth
in interface DepthSupport
depth
- New depth valuepublic int getDepth()
getDepth
in interface DepthSupport
public void setPropertyNames(java.util.Enumeration propertyNames)
propertyNames
- List of the property namespublic void setHistoryURLs(java.util.Enumeration historyURLs)
public java.lang.String getName()
getName
in interface HttpMethod
getName
in class HttpMethodBase
public void recycle()
XMLResponseMethodBase
recycle
in interface HttpMethod
recycle
in class XMLResponseMethodBase
public void addRequestHeaders(HttpState state, HttpConnection conn) throws java.io.IOException, HttpException
addRequestHeaders
in class HttpMethodBase
state
- State tokenconn
- The connection being used to make the request.
java.io.IOException
HttpException
protected java.lang.String generateRequestBody()
The default behavior simply returns an empty body.
generateRequestBody
in class XMLResponseMethodBase
public java.util.Enumeration getAllResponseURLs()
<D:href>
elements
of the response.
public java.util.Enumeration getResponseProperties(java.lang.String urlPath)
Property
objects.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |