Class DateWriter

java.lang.Object
org.restlet.engine.header.DateWriter

public class DateWriter extends Object
Date header writer.
Author:
Jerome Louvel
  • Constructor Details

    • DateWriter

      public DateWriter()
  • Method Details

    • write

      public static String write(Date date)
      Writes a date header.
      Parameters:
      date - The date to write.
      Returns:
      The formatted date.
    • write

      public static String write(Date date, boolean cookie)
      Writes a date header.
      Parameters:
      date - The date to write.
      cookie - Indicates if the date should be in the cookie format.
      Returns:
      The formatted date.