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
MultiPartRequestThrown when a multipart request contains more non-file form fields (parameters) than allowed bystruts.multipart.maxParameterCount.Multipart 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.In-memory backedUploadedFilefor small multipart uploads that Commons FileUpload kept in memory (DiskFileItem.isInMemory() == true).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