org.httpobjects.servlet.impl
Class LazyHttpServletRequestRepresentation

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

public class LazyHttpServletRequestRepresentation
extends Object
implements Representation


Constructor Summary
LazyHttpServletRequestRepresentation(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

LazyHttpServletRequestRepresentation

public LazyHttpServletRequestRepresentation(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.