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.Abstract wrapper class HTTP requests to handle multi-part data.Parse a multipart request and provide a wrapper around the request.Virtual representation of an uploaded file used byMultiPartRequest