Class ClientDataRequestImpl

java.lang.Object
com.liferay.portlet.internal.PortletRequestImpl
com.liferay.portlet.internal.ClientDataRequestImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayPortletRequest, javax.portlet.ClientDataRequest, javax.portlet.PortletRequest, javax.portlet.RenderState
Direct Known Subclasses:
ActionRequestImpl, ResourceRequestImpl

public abstract class ClientDataRequestImpl extends PortletRequestImpl implements javax.portlet.ClientDataRequest
Author:
Brian Wing Shun Chan, Neil Griffin
  • Constructor Details

    • ClientDataRequestImpl

      public ClientDataRequestImpl()
  • Method Details

    • getCharacterEncoding

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

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

      public long getContentLengthLong()
      Specified by:
      getContentLengthLong in interface javax.portlet.ClientDataRequest
    • getContentType

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

      public String getMethod()
      Specified by:
      getMethod in interface javax.portlet.ClientDataRequest
      Overrides:
      getMethod in class PortletRequestImpl
    • getPart

      public javax.servlet.http.Part getPart(String name) throws IOException, javax.portlet.PortletException
      Specified by:
      getPart in interface javax.portlet.ClientDataRequest
      Throws:
      IOException
      javax.portlet.PortletException
    • getParts

      public Collection<javax.servlet.http.Part> getParts() throws IOException, javax.portlet.PortletException
      Specified by:
      getParts in interface javax.portlet.ClientDataRequest
      Throws:
      IOException
      javax.portlet.PortletException
    • 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:
      IOException
      UnsupportedEncodingException
    • setCharacterEncoding

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

      protected Map<String,String[]> getPortletParameterMap(javax.servlet.http.HttpServletRequest httpServletRequest, String portletNamespace)