|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.could.webdav.methods.PROPPATCH
WebDAV
PROPPATCH metohd implementation.
As this servlet does not handle the creation of custom properties, this
method will always fail with a 403 (Forbidden).
| Constructor Summary | |
PROPPATCH()
Create a new PROPPATCH instance. |
|
| Method Summary | |
void |
process(DAVTransaction transaction,
DAVResource resource)
Process the PROPPATCH method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PROPPATCH()
Create a new PROPPATCH instance.
| Method Detail |
public void process(DAVTransaction transaction,
DAVResource resource)
throws IOException
Process the PROPPATCH method.
As this servlet does not handle the creation of custom properties,
this method will always fail with a 403 (Forbidden).
process in interface DAVMethodtransaction - An object encapsulaing a WebDAV request/response.resource - The DAVResource to process.
IOException - If an I/O error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||