| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.catalina.util.DateTool
public class DateTool
Common place for date utils.
| Field Summary | |
|---|---|
| static java.text.DateFormat | asctimeFormat | 
| static java.util.TimeZone | GMT_ZONEGMT timezone - all HTTP dates are on GMT | 
| static java.lang.String | HTTP_RESPONSE_DATE_HEADERFormat for http response header date field | 
| static java.util.Locale | LOCALE_USUS locale - all HTTP dates are in english | 
| static java.lang.String | OLD_COOKIE_PATTERNPattern used for old cookies | 
| static java.text.DateFormat | oldCookieFormatDateFormat to be used to format old netscape cookies | 
| static java.text.DateFormat | rfc1036Format | 
| static java.lang.String | RFC1123_PATTERNformat for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT" | 
| static java.text.DateFormat | rfc1123FormatDateFormat to be used to format dates | 
| Constructor Summary | |
|---|---|
| DateTool() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.util.Locale LOCALE_US
public static final java.util.TimeZone GMT_ZONE
public static final java.lang.String RFC1123_PATTERN
public static final java.lang.String HTTP_RESPONSE_DATE_HEADER
public static final java.lang.String OLD_COOKIE_PATTERN
public static final java.text.DateFormat rfc1123Format
public static final java.text.DateFormat oldCookieFormat
public static final java.text.DateFormat rfc1036Format
public static final java.text.DateFormat asctimeFormat
| Constructor Detail | 
|---|
public DateTool()
| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||