|
Restlet Framework 2.2.1 Google App Engine |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.header.DateWriter
public class DateWriter
Date header writer.
Constructor Summary | |
---|---|
DateWriter()
|
Method Summary | |
---|---|
static String |
write(Date date)
Writes a date header. |
static String |
write(Date date,
boolean cookie)
Writes a date header. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateWriter()
Method Detail |
---|
public static String write(Date date)
date
- The date to write.
public static String write(Date date, boolean cookie)
date
- The date to write.cookie
- Indicates if the date should be in the cookie format.
|
Restlet Framework 2.2.1 Google App Engine |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |