|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.decora.LastModifiedData
public class LastModifiedData
Holder for last modified date. Verifies if all dispatched responses updated the last-modified header. If at least one is skipped, the entire request should not have this header.
| Constructor Summary | |
|---|---|
LastModifiedData()
|
|
| Method Summary | |
|---|---|
long |
getLastModified()
Returns last modified date or -1. |
void |
startNewResponse()
Indicates usage of new response. |
void |
updateLastModified(long lastModified)
Updates last modified date. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LastModifiedData()
| Method Detail |
|---|
public void startNewResponse()
public void updateLastModified(long lastModified)
public long getLastModified()
-1.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||