|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.abstracthorizon.danube.webdav.xml.dav.response.Depth
public class Depth
This class models WebDAV's depth response property tag
| Field Summary | |
|---|---|
protected int |
depth
Depth |
static Depth[] |
DEPTHS
Depth array to be used when making tags. |
static String |
TAG_NAME
Tag name "depth" |
| Constructor Summary | |
|---|---|
Depth(int depth)
Constructor |
|
| Method Summary | |
|---|---|
int |
getDepth()
Returns depth |
void |
render(PrintWriter writer,
NamespacesProvider provider)
Renders the tag |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Depth[] DEPTHS
Depth.ZERO,
Depth.ONE and Depth.INFINITY
constants
public static final String TAG_NAME
protected int depth
| Constructor Detail |
|---|
public Depth(int depth)
depth - depth| Method Detail |
|---|
public int getDepth()
public String toString()
toString in class Object
public void render(PrintWriter writer,
NamespacesProvider provider)
render in interface XMLRendererwriter - writerprovider - namespace provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||