Java org.apache.commons.fileupload.portlet PortletFileUpload fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.fileupload.portlet PortletFileUpload fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.fileupload.portlet PortletFileUpload.

The text is from its open source code.

Subclass

org.apache.commons.fileupload.portlet.PortletFileUpload has subclasses.
Click this link to see all its subclasses.

Constructor

PortletFileUpload()
Constructs an uninitialised instance of this class.
PortletFileUpload(FileItemFactory fileItemFactory)
Constructs an instance of this class which uses the supplied factory to create FileItem instances.

Method

FileItemIteratorgetItemIterator(ActionRequest request)
Processes an RFC 1867 compliant multipart/form-data stream.
booleanisMultipartContent(ActionRequest request)
Utility method that determines whether the request contains multipart content.
ListparseRequest(ActionRequest request)
Processes an RFC 1867 compliant multipart/form-data stream.
voidsetSizeMax(long sizeMax)
Sets the maximum allowed upload size.