Class ClientDataRequestHelperUtil
Object
com.liferay.portal.kernel.portlet.ClientDataRequestHelperUtil
- Author:
- Jiefeng Wu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientDataRequestHelperUtil
public ClientDataRequestHelperUtil()
-
-
Method Details
-
getPart
public static javax.servlet.http.Part getPart(String name, Object request, Portlet portlet) throws IOException, PortletException - Throws:
IOException
PortletException
-
getParts
public static Collection<javax.servlet.http.Part> getParts(Object request, Portlet portlet) throws IOException, PortletException - Throws:
IOException
PortletException
-