|
|||||||||
| 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 GetLastModifiedProperty

java.lang.Objectorg.apache.webdav.lib.BaseProperty
org.apache.webdav.lib.properties.DateProperty
org.apache.webdav.lib.properties.GetLastModifiedProperty
- All Implemented Interfaces:
- org.apache.webdav.lib.Property
- public class GetLastModifiedProperty
- extends DateProperty
This interface models the <D:getlastmodified> property,
which indicates the last time the resource was modified. It does not, as
the name might misleadingly imply, have anything to do with getting the most
recently modified property.
- Version:
- $Revision: 1.4.2.1 $
| Field Summary | |
static java.lang.String |
DATE_FORMAT
Deprecated. |
static java.lang.String |
TAG_NAME
The property name. |
| Fields inherited from class org.apache.webdav.lib.properties.DateProperty |
|
| Fields inherited from class org.apache.webdav.lib.BaseProperty |
element, response |
| Constructor Summary | |
GetLastModifiedProperty(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.DateProperty |
getDate |
| Methods inherited from class org.apache.webdav.lib.BaseProperty |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString |
| 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
DATE_FORMAT
public static final java.lang.String DATE_FORMAT
- Deprecated.
- The standard date format for the last modified date, as specified in the HTTP 1.1 specification (RFC 2068).
- See Also:
- Constant Field Values
- The standard date format for the last modified date, as specified in the HTTP 1.1 specification (RFC 2068).
| Constructor Detail |
GetLastModifiedProperty
public GetLastModifiedProperty(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