org.httpobjects.servlet.impl
Class ImmutableHttpServletRequestRepresentation

java.lang.Object
  extended by org.httpobjects.servlet.impl.ImmutableHttpServletRequestRepresentation
All Implemented Interfaces:
Representation

public class ImmutableHttpServletRequestRepresentation
extends Object
implements Representation


Constructor Summary
ImmutableHttpServletRequestRepresentation(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 String contentType()
           
 void write(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutableHttpServletRequestRepresentation

public ImmutableHttpServletRequestRepresentation(javax.servlet.http.HttpServletRequest request)
Method Detail

write

public void write(OutputStream out)
Specified by:
write in interface Representation

contentType

public String contentType()
Specified by:
contentType in interface Representation


Copyright © 2013. All Rights Reserved.