|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int DEPTH_0
public static final int DEPTH_1
public static final int DEPTH_INFINITY
Method Detail |
public void setDepth(int depth)
depth
- New depth valuepublic int getDepth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |