public class PortletRequestUtil
extends java.lang.Object
| Constructor and Description |
|---|
PortletRequestUtil() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static java.util.List<org.apache.commons.fileupload.disk.DiskFileItem> testMultipartWithCommonsFileUpload(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionpublic static int testMultipartWithPortletInputStream(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String toXML(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)