org.apache.mailet.base
Class RFC2980DateFormat

java.lang.Object
  extended by org.apache.mailet.base.SynchronizedDateFormat
      extended by org.apache.mailet.base.RFC2980DateFormat
All Implemented Interfaces:
SimplifiedDateFormat

public class RFC2980DateFormat
extends SynchronizedDateFormat

A thread-safe date formatting class to produce dates formatted in accord with the specifications of section 3.2 of RFC 2980.


Constructor Summary
RFC2980DateFormat()
          Constructor for RFC2980DateFormat
 
Method Summary
 
Methods inherited from class org.apache.mailet.base.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

RFC2980DateFormat

public RFC2980DateFormat()
Constructor for RFC2980DateFormat



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.