|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.webdav.lib.BaseProperty | +--org.apache.webdav.lib.properties.SupportedLockProperty
Field Summary | |
static java.lang.String |
TAG_NAME
The property name. |
Fields inherited from class org.apache.webdav.lib.BaseProperty |
element, response |
Constructor Summary | |
SupportedLockProperty(ResponseEntity response,
org.w3c.dom.Element element)
Default constructor for the property. |
Method Summary | |
Lock[] |
getLockEntries()
Get the lockentry in this supportedlock property. |
protected Lock |
parseLock(org.w3c.dom.Element element)
Parse a lock. |
Methods inherited from class org.apache.webdav.lib.BaseProperty |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final java.lang.String TAG_NAME
Constructor Detail |
public SupportedLockProperty(ResponseEntity response, org.w3c.dom.Element element)
Method Detail |
public Lock[] getLockEntries()
protected Lock parseLock(org.w3c.dom.Element element)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |