|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.header.DepthHeader
DepthHeader...
| Field Summary |
| Constructor Summary | |
DepthHeader(int depth)
Create a new DepthHeader from the given integer. |
|
| Method Summary | |
int |
getDepth()
|
String |
getHeaderName()
Return Depth |
String |
getHeaderValue()
Returns the header value. |
static DepthHeader |
parse(javax.servlet.http.HttpServletRequest request,
int defaultValue)
Retrieve the Depth header from the given request object and parse the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DepthHeader(int depth)
DepthHeader from the given integer.
depth - | Method Detail |
public int getDepth()
public String getHeaderName()
Depth
DepthDavConstants.HEADER_DEPTHpublic String getHeaderValue()
public static DepthHeader parse(javax.servlet.http.HttpServletRequest request,
int defaultValue)
DepthHeader instance.
request - defaultValue -
DepthHeader instance
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||