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