Package org.gatein.pc.portlet.impl.spi
Class AbstractRequestContext
java.lang.Object
org.gatein.pc.portlet.impl.spi.AbstractRequestContext
- All Implemented Interfaces:
org.gatein.pc.api.spi.RequestContext
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractRequestContext(jakarta.servlet.http.HttpServletRequest clientRequest) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
AbstractRequestContext
public AbstractRequestContext(jakarta.servlet.http.HttpServletRequest clientRequest)
-
-
Method Details
-
getCharacterEncoding
- Specified by:
getCharacterEncodingin interfaceorg.gatein.pc.api.spi.RequestContext
-
getReader
- Specified by:
getReaderin interfaceorg.gatein.pc.api.spi.RequestContext- Throws:
IOException
-
getInputStream
- Specified by:
getInputStreamin interfaceorg.gatein.pc.api.spi.RequestContext- Throws:
IOException
-
getContentLength
public int getContentLength()- Specified by:
getContentLengthin interfaceorg.gatein.pc.api.spi.RequestContext
-
getContentType
- Specified by:
getContentTypein interfaceorg.gatein.pc.api.spi.RequestContext
-