Class 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 Detail

      • AbstractRequestContext

        public AbstractRequestContext​(javax.servlet.http.HttpServletRequest clientRequest)
    • Method Detail

      • getCharacterEncoding

        public String getCharacterEncoding()
        Specified by:
        getCharacterEncoding in interface org.gatein.pc.api.spi.RequestContext
      • 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