|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl | +--org.apache.webdav.lib.methods.XMLResponseMethodBase.GetLastModifiedPropertyImpl
This represents a DAV:getlastmodified property. It provides some convenience methods for working with the property.
Field Summary | |
protected java.text.DateFormat |
format
|
Fields inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl |
element, response |
Fields inherited from interface org.apache.webdav.lib.properties.GetLastModifiedProperty |
DATE_FORMAT, TAG_NAME |
Constructor Summary | |
(package private) |
XMLResponseMethodBase.GetLastModifiedPropertyImpl(XMLResponseMethodBase.Response response,
org.w3c.dom.Element element)
|
Method Summary | |
java.util.Date |
getDate()
Get the date of the last modification. |
protected java.text.DateFormat |
getDateFormat()
|
Methods inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface org.apache.webdav.lib.Property |
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode |
Field Detail |
protected java.text.DateFormat format
Constructor Detail |
XMLResponseMethodBase.GetLastModifiedPropertyImpl(XMLResponseMethodBase.Response response, org.w3c.dom.Element element)
Method Detail |
public java.util.Date getDate()
GetLastModifiedProperty
getDate
in interface GetLastModifiedProperty
protected java.text.DateFormat getDateFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |