com.liferay.util.portlet
Class PortletRequestUtil
java.lang.Object
com.liferay.util.portlet.PortletRequestUtil
public class PortletRequestUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRequestUtil
public PortletRequestUtil()
testMultipartWithCommonsFileUpload
public static List<org.apache.commons.fileupload.disk.DiskFileItem> testMultipartWithCommonsFileUpload(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
testMultipartWithPortletInputStream
public static int testMultipartWithPortletInputStream(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
toXML
public static String toXML(PortletRequest portletRequest,
PortletResponse portletResponse)