org.apache.webdav.lib.methods
Class AclMethod
ACL Method.
void | addAce(Ace ace) - Add an ace to the ace list which will be set by the method.
|
void | addRequestHeaders(HttpState state, HttpConnection conn) - Generate additional headers needed by the request.
|
protected String | generateRequestBody() - DAV requests that contain a body must override this function to
generate that body.
|
String | getName()
|
void | recycle() - Reset the State of the class to its initial state, so that it can be
used again.
|
convertElementToProperty , generateRequestBody , getDebug , getRequestContentLength , getResponseDocument , getResponseHashtable , getResponseURLs , getResponses , parseResponse , parseXMLResponse , readResponseBody , recycle , setDebug , setDecodeResponseHrefs , setDocument , setResponseHashtable , writeRequestBody |
aces
protected Vector aces
AclMethod
public AclMethod()
Method constructor.
AclMethod
public AclMethod(String path)
Method constructor.
addAce
public void addAce(Ace ace)
Add an ace to the ace list which will be set by the method.
ace
- Access control entry
addRequestHeaders
public void addRequestHeaders(HttpState state,
HttpConnection conn)
throws IOException,
HttpException
Generate additional headers needed by the request.
state
- State tokenconn
- the connection
generateRequestBody
protected String generateRequestBody()
DAV requests that contain a body must override this function to
generate that body.
The default behavior simply returns an empty body.
- generateRequestBody in interface XMLResponseMethodBase
getName
public String getName()
recycle
public void recycle()
Reset the State of the class to its initial state, so that it can be
used again.
- recycle in interface XMLResponseMethodBase