|
|||||||||
| Home >> All >> org >> apache >> webdav >> lib >> [ properties overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.webdav.lib.properties
Class CheckedinProperty

java.lang.Objectorg.apache.webdav.lib.BaseProperty
org.apache.webdav.lib.properties.HrefValuedProperty
org.apache.webdav.lib.properties.CheckedinProperty
- All Implemented Interfaces:
- org.apache.webdav.lib.Property
- public class CheckedinProperty
- extends HrefValuedProperty
This interface models the <D:checked-in> property, which is
defined in the WebDAV Access Control Protocol specification.
| Field Summary | |
static java.lang.String |
TAG_NAME
The property name. |
| Fields inherited from class org.apache.webdav.lib.BaseProperty |
element, response |
| Constructor Summary | |
CheckedinProperty(org.apache.webdav.lib.ResponseEntity response,
org.w3c.dom.Element element)
Default constructor for the property. |
|
| Methods inherited from class org.apache.webdav.lib.properties.HrefValuedProperty |
getHref, getPropertyAsString, toString |
| Methods inherited from class org.apache.webdav.lib.BaseProperty |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getStatusCode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
TAG_NAME
public static final java.lang.String TAG_NAME
- The property name.
- See Also:
- Constant Field Values
| Constructor Detail |
CheckedinProperty
public CheckedinProperty(org.apache.webdav.lib.ResponseEntity response, org.w3c.dom.Element element)
- Default constructor for the property.
|
|||||||||
| Home >> All >> org >> apache >> webdav >> lib >> [ properties overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC