Class ClientDataRequestImpl

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

public abstract class ClientDataRequestImpl extends PortletRequestImpl implements jakarta.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 jakarta.portlet.ClientDataRequest
    • getContentLength

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

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

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

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

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

      public Collection<jakarta.servlet.http.Part> getParts() throws IOException, jakarta.portlet.PortletException
      Specified by:
      getParts in interface jakarta.portlet.ClientDataRequest
      Throws:
      IOException
      jakarta.portlet.PortletException
    • getPortletInputStream

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

      Specified by:
      getReader in interface jakarta.portlet.ClientDataRequest
      Throws:
      IOException
      UnsupportedEncodingException
    • setCharacterEncoding

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

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