|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepthSupport
Methods that can act on collections (for example, DELETE, LOCK, PROPFIND, etc.) support a depth header. The depth header indicates that the method applies to either:
| Field Summary | |
|---|---|
static int |
DEPTH_0
Request with depth 0. |
static int |
DEPTH_1
Request with depth 1. |
static int |
DEPTH_INFINITY
Request with depth infinity. |
| Method Summary | |
|---|---|
int |
getDepth()
Depth getter. |
void |
setDepth(int depth)
Depth setter. |
| Field Detail |
|---|
static final int DEPTH_0
static final int DEPTH_1
static final int DEPTH_INFINITY
| Method Detail |
|---|
void setDepth(int depth)
depth - New depth valueint getDepth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||