com.liferay.util.portlet
Class PortletRequestUtil

java.lang.Object
  extended by com.liferay.util.portlet.PortletRequestUtil

public class PortletRequestUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan, Raymond Augé

Constructor Summary
PortletRequestUtil()
           
 
Method Summary
static java.util.List<org.apache.commons.fileupload.disk.DiskFileItem> testMultipartWithCommonsFileUpload(javax.portlet.ActionRequest actionRequest)
           
static int testMultipartWithPortletInputStream(javax.portlet.ActionRequest actionRequest)
           
static java.lang.String toXML(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRequestUtil

public PortletRequestUtil()
Method Detail

testMultipartWithCommonsFileUpload

public static java.util.List<org.apache.commons.fileupload.disk.DiskFileItem> testMultipartWithCommonsFileUpload(javax.portlet.ActionRequest actionRequest)
                                                                                                          throws java.lang.Exception
Throws:
java.lang.Exception

testMultipartWithPortletInputStream

public static int testMultipartWithPortletInputStream(javax.portlet.ActionRequest actionRequest)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

toXML

public static java.lang.String toXML(javax.portlet.PortletRequest portletRequest,
                                     javax.portlet.PortletResponse portletResponse)