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
MultiPartRequestMultipart form data request adapter for Jakarta Commons FileUpload package.Multipart 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.Provides a specialized request context for Struts applications, extending the Jakarta Servlet request context to add custom handling for multipart-related requests.Virtual representation of an uploaded file used byMultiPartRequest