com.liferay.util.portlet
Class PortletRequestUtil
java.lang.Object
com.liferay.util.portlet.PortletRequestUtil
public class PortletRequestUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan, Raymond Augé
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 |
PortletRequestUtil
public PortletRequestUtil()
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)