Package org.apache.struts2.dispatcher.multipart
package org.apache.struts2.dispatcher.multipart
Classes to help dispatch multipart HTTP requests.
-
ClassDescriptionAbstract class with some helper methods, it should be used when starting development of another implementation of
MultiPartRequest
Multipart form data request adapter for Jakarta Commons Fileupload package.Multi-part form data request adapter for Jakarta Commons FileUpload package that leverages the streaming API rather than the traditional non-streaming API.Internal data structure used to store a reference to information needed to later pass post processing data to theFileUploadInterceptor
.Abstract wrapper class HTTP requests to handle multi-part data.Parse a multipart request and provide a wrapper around the request.Virtual representation of a uploaded file used byMultiPartRequest