|
||||||||||
| 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.LockScope
public class LockScope
This class models WebDAV's lockscope response tag
| Field Summary | |
|---|---|
protected boolean |
exclusive
Exclusive flag |
static LockScope |
EXCLUSIVE
Exclusive tag singleton |
static LockScope |
SHARED
Shared tag singleton |
static String |
TAG_NAME
Tag name |
| Constructor Summary | |
|---|---|
LockScope(boolean exclusive)
Constructor |
|
| Method Summary | |
|---|---|
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 String TAG_NAME
public static final LockScope EXCLUSIVE
public static final LockScope SHARED
protected boolean exclusive
| Constructor Detail |
|---|
public LockScope(boolean exclusive)
exclusive - exclusive| Method Detail |
|---|
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 | |||||||||