org.loom.resolution
Class StringHttpHeader

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

public class StringHttpHeader
extends HttpHeader

A String http header


Constructor Summary
StringHttpHeader(java.lang.String name, java.lang.String value, boolean add)
           
 
Method Summary
 java.lang.String getValue()
           
 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

StringHttpHeader

public StringHttpHeader(java.lang.String name,
                        java.lang.String 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

getValue

public java.lang.String getValue()