|
||||||||||
| 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.properties.ResponseProperty
org.abstracthorizon.danube.webdav.xml.dav.response.properties.SupportedLock
public class SupportedLock
This class models WebDAV's supportedlock response tag
| Field Summary | |
|---|---|
static String |
LOCK_ENTRY_TAG_NAME
Lock tag entry tag name - "lockentry" |
protected int[] |
scopes
Array of supported scopes |
static String |
TAG_NAME
Tag name |
| Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty |
|---|
status |
| Constructor Summary | |
|---|---|
SupportedLock(int[] scopes)
Constructor |
|
SupportedLock(Status status)
Constructor |
|
| Method Summary | |
|---|---|
void |
render(PrintWriter writer,
NamespacesProvider provider)
Renders the tag |
String |
toString()
|
| Methods inherited from class org.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty |
|---|
getStatus |
| 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 String LOCK_ENTRY_TAG_NAME
protected int[] scopes
| Constructor Detail |
|---|
public SupportedLock(Status status)
status - statuspublic SupportedLock(int[] scopes)
scopes - an array of supported scopes| Method Detail |
|---|
public String toString()
toString in class Object
public void render(PrintWriter writer,
NamespacesProvider provider)
writer - writerprovider - namespace provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||