Class ClientDataRequestImpl

java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletRequestImpl
org.gatein.pc.portlet.impl.jsr168.api.ClientDataRequestImpl
All Implemented Interfaces:
javax.portlet.ClientDataRequest, javax.portlet.PortletRequest
Direct Known Subclasses:
ActionRequestImpl, ResourceRequestImpl

public abstract class ClientDataRequestImpl extends PortletRequestImpl implements javax.portlet.ClientDataRequest
Version:
$Revision: 630 $
Author:
Julien Viet
  • Field Details

    • requestContext

      protected final org.gatein.pc.api.spi.RequestContext requestContext
      .
  • Constructor Details

    • ClientDataRequestImpl

      public ClientDataRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ActionInvocation invocation)
    • ClientDataRequestImpl

      public ClientDataRequestImpl(PortletContainerImpl container, org.gatein.pc.api.invocation.ResourceInvocation invocation)
  • Method Details

    • getPortletInputStream

      public InputStream getPortletInputStream() throws IOException
      Specified by:
      getPortletInputStream in interface javax.portlet.ClientDataRequest
      Throws:
      IOException
    • getReader

      Specified by:
      getReader in interface javax.portlet.ClientDataRequest
      Throws:
      UnsupportedEncodingException
      IOException
    • getCharacterEncoding

      public String getCharacterEncoding()
      Specified by:
      getCharacterEncoding in interface javax.portlet.ClientDataRequest
    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface javax.portlet.ClientDataRequest
    • getContentLength

      public int getContentLength()
      Specified by:
      getContentLength in interface javax.portlet.ClientDataRequest
    • setCharacterEncoding

      public void setCharacterEncoding(String s) throws UnsupportedEncodingException
      Specified by:
      setCharacterEncoding in interface javax.portlet.ClientDataRequest
      Throws:
      UnsupportedEncodingException
    • getMethod

      public String getMethod()
      Specified by:
      getMethod in interface javax.portlet.ClientDataRequest