public interface

MultipartActionRequest

implements MultipartRequest
org.springframework.web.portlet.multipart.MultipartActionRequest
Known Indirect Subclasses

Class Overview

Interface which provides additional methods for dealing with multipart content within a portlet request, allowing to access uploaded files. Implementations also need to override the standard ActionRequest methods for parameter access, making multipart parameters available.

A concrete implementation is DefaultMultipartActionRequest.

See Also

Summary

[Expand]
Inherited Methods
From interface org.springframework.web.multipart.MultipartRequest