Interface ClientDataRequestHelper
public interface ClientDataRequestHelper
- Author:
- Jiefeng Wu
-
Method Summary
-
Method Details
-
getPart
jakarta.servlet.http.Part getPart(String name, Object request, Portlet portlet) throws IOException, jakarta.portlet.PortletException - Throws:
IOExceptionjakarta.portlet.PortletException
-
getParts
Collection<jakarta.servlet.http.Part> getParts(Object request, Portlet portlet) throws IOException, jakarta.portlet.PortletException - Throws:
IOExceptionjakarta.portlet.PortletException
-