|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wink.webdav.model.Getlastmodified
public class Getlastmodified
The getlastmodified Property per the WebDAV specification [RFC
4918]
Name: getlastmodified
Namespace: DAV:
Purpose: Contains the Last-Modified header returned by a GET
method without accept headers.
Description: Note that the last-modified date on a resource may
reflect changes in any part of the state of the resource, not
necessarily just a change to the response to the GET method. For
example, a change in a property may cause the last-modified date to
change. The getlastmodified property MUST be defined on any DAV
compliant resource that returns the Last-Modified header in response
to a GET.
Value: HTTP-date ; defined in section 3.3.1 of [RFC2068]
<!ELEMENT getlastmodified (#PCDATA) >
| Field Summary | |
|---|---|
protected List<String> |
content
|
| Constructor Summary | |
|---|---|
Getlastmodified()
|
|
Getlastmodified(Date value)
|
|
Getlastmodified(String value)
|
|
| Method Summary | |
|---|---|
String |
getValue()
Gets the value. |
Date |
getValueAsDate()
Gets the value. |
void |
setValue(Date value)
Sets the value. |
void |
setValue(String value)
Sets the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> content
| Constructor Detail |
|---|
public Getlastmodified()
public Getlastmodified(String value)
public Getlastmodified(Date value)
| Method Detail |
|---|
public void setValue(String value)
value - the value to setpublic String getValue()
public void setValue(Date value)
value - the value to setpublic Date getValueAsDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||