org.eclipse.jetty.io
Class BufferDateCache

java.lang.Object
  extended by org.eclipse.jetty.util.DateCache
      extended by org.eclipse.jetty.io.BufferDateCache

public class BufferDateCache
extends DateCache


Field Summary
 
Fields inherited from class org.eclipse.jetty.util.DateCache
DEFAULT_FORMAT
 
Constructor Summary
BufferDateCache()
           
BufferDateCache(String format)
           
BufferDateCache(String format, DateFormatSymbols s)
           
BufferDateCache(String format, Locale l)
           
 
Method Summary
 Buffer formatBuffer(long date)
           
 
Methods inherited from class org.eclipse.jetty.util.DateCache
format, format, format, getFormat, getFormatString, getTimeZone, lastMs, now, setTimeZone, setTimeZoneID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferDateCache

public BufferDateCache()

BufferDateCache

public BufferDateCache(String format,
                       DateFormatSymbols s)

BufferDateCache

public BufferDateCache(String format,
                       Locale l)

BufferDateCache

public BufferDateCache(String format)
Method Detail

formatBuffer

public Buffer formatBuffer(long date)


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.