org.apache.webdav.lib.properties

Class GetLastModifiedProperty

Implemented Interfaces:
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 String
DATE_FORMAT
Deprecated.
static String
TAG_NAME
The property name.

Fields inherited from class org.apache.webdav.lib.BaseProperty

element, response

Constructor Summary

GetLastModifiedProperty(ResponseEntity response, Element element)
Default constructor for the property.

Method Summary

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

Field Details

DATE_FORMAT

public static final String DATE_FORMAT

Deprecated.

The standard date format for the last modified date, as specified in the HTTP 1.1 specification (RFC 2068).

TAG_NAME

public static final String TAG_NAME
The property name.

Constructor Details

GetLastModifiedProperty

public GetLastModifiedProperty(ResponseEntity response,
                               Element element)
Default constructor for the property.