org.loom.resolution
Class DateHttpHeader

java.lang.Object
  extended by org.loom.resolution.HttpHeader
      extended by org.loom.resolution.DateHttpHeader

public class DateHttpHeader
extends HttpHeader

A Date http header


Constructor Summary
DateHttpHeader(java.lang.String name, java.util.Date value, boolean add)
           
 
Method Summary
 void write(LoomServletResponse response)
          Write the herader to the servletResponse object
 
Methods inherited from class org.loom.resolution.HttpHeader
getName, isAdded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateHttpHeader

public DateHttpHeader(java.lang.String name,
                      java.util.Date value,
                      boolean add)
Method Detail

write

public void write(LoomServletResponse response)
Description copied from class: HttpHeader
Write the herader to the servletResponse object

Specified by:
write in class HttpHeader