| java.lang.Object com.flexive.war.webdav.catalina.FastHttpDateFormat
FastHttpDateFormat | final public class FastHttpDateFormat (Code) | | Catalina sources cloned for packaging issues to the flexive source tree.
Refactored to JDK 1.5 compatibility.
Licensed under the Apache License, Version 2.0
Utility class to generate HTTP dates.
author: Remy Maucherat author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
currentDate | protected static String currentDate(Code) | | Current formatted date.
|
currentDateGenerated | protected static long currentDateGenerated(Code) | | Instant on which the currentDate object was generated.
|
formats | final protected static SimpleDateFormat formats(Code) | | The set of SimpleDateFormat formats to use in getDateHeader().
|
parseCache | final protected static HashMap parseCache(Code) | | Parser cache.
|
formatDate | public static String formatDate(long value, DateFormat threadLocalformat)(Code) | | Get the HTTP format of the specified date.
|
getCurrentDate | public static String getCurrentDate()(Code) | | Get the current date in HTTP format.
|
parseDate | public static long parseDate(String value, DateFormat[] threadLocalformats)(Code) | | Try to parse the given date as a HTTP date.
|
|
|