|
||||||||||
| 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.LockDiscovery
public class LockDiscovery
This class models WebDAV's lockdiscovery response tag
| Field Summary | |
|---|---|
static String |
ACTIVE_LOCK_TAG_NAME
Active lock tag name |
static String |
LOCK_TOKEN_TAG_NAME
Lock token tag name |
protected List<Lock> |
locks
List of locks |
static String |
TAG_NAME
Tag name |
static String |
TIMEOUT_TAG_NAME
Timeout tag name |
| Fields inherited from class org.abstracthorizon.danube.webdav.xml.dav.response.properties.ResponseProperty |
|---|
status |
| Constructor Summary | |
|---|---|
LockDiscovery(Status status)
Constructor |
|
| Method Summary | |
|---|---|
List<Lock> |
getLocks()
Returns list of locks. |
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 ACTIVE_LOCK_TAG_NAME
public static final String TIMEOUT_TAG_NAME
public static final String LOCK_TOKEN_TAG_NAME
protected List<Lock> locks
| Constructor Detail |
|---|
public LockDiscovery(Status status)
status - status| Method Detail |
|---|
public String toString()
toString in class Objectpublic List<Lock> getLocks()
null.
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 | |||||||||