|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.mailet.dates.SynchronizedDateFormat org.apache.mailet.dates.RFC822DateFormat
public class RFC822DateFormat
A thread safe wrapper for the javax.mail.internet.MailDateFormat
class.
Constructor Summary | |
---|---|
RFC822DateFormat()
Constructor for RFC822DateFormat |
Method Summary | |
---|---|
static java.lang.String |
toString(java.util.Date d)
Deprecated. This method is not necessary and is preserved for API backwards compatibility. Users of this class should instantiate an instance and use it as they would any other DateFormat object. |
Methods inherited from class org.apache.mailet.dates.SynchronizedDateFormat |
---|
equals, format, getTimeZone, hashCode, isLenient, parse, setLenient, setTimeZone |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFC822DateFormat()
Method Detail |
---|
public static java.lang.String toString(java.util.Date d)
d
- Date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |