Class AbstractRequestContext

java.lang.Object
org.gatein.pc.portlet.impl.spi.AbstractRequestContext
All Implemented Interfaces:
org.gatein.pc.api.spi.RequestContext

public class AbstractRequestContext extends Object implements org.gatein.pc.api.spi.RequestContext
Version:
$Revision: 630 $
Author:
Julien Viet
  • Constructor Details

    • AbstractRequestContext

      public AbstractRequestContext(jakarta.servlet.http.HttpServletRequest clientRequest)
  • Method Details

    • getCharacterEncoding

      public String getCharacterEncoding()
      Specified by:
      getCharacterEncoding in interface org.gatein.pc.api.spi.RequestContext
    • getReader

      public BufferedReader getReader() throws IOException
      Specified by:
      getReader in interface org.gatein.pc.api.spi.RequestContext
      Throws:
      IOException
    • getInputStream

      public InputStream getInputStream() throws IOException
      Specified by:
      getInputStream in interface org.gatein.pc.api.spi.RequestContext
      Throws:
      IOException
    • getContentLength

      public int getContentLength()
      Specified by:
      getContentLength in interface org.gatein.pc.api.spi.RequestContext
    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface org.gatein.pc.api.spi.RequestContext