| Annotation Type | Description |
|---|---|
| COPY |
Indicates that the annotated method responds to WebDAV COPY requests.
|
| LOCK |
Indicates that the annotated method responds to WebDAV LOCK requests.
|
| MKCOL |
Indicates that the annotated method responds to WebDAV MKCOL requests.
|
| MOVE |
Indicates that the annotated method responds to WebDAV MOVE requests.
|
| OPTIONS | Deprecated
Since 1.1.
|
| PROPFIND |
Indicates that the annotated method responds to WebDAV PROPFIND requests.
|
| PROPPATCH |
Indicates that the annotated method responds to WebDAV PROPPATCH requests.
|
| UNLOCK |
Indicates that the annotated method responds to WebDAV UNLOCK requests.
|
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.