Uses of Interface
org.apache.struts2.dispatcher.multipart.MultiPartRequest
Packages that use MultiPartRequest
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
Classes to help dispatch multipart HTTP requests.
-
Uses of MultiPartRequest in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher that return MultiPartRequestModifier and TypeMethodDescriptionprotected MultiPartRequest
Dispatcher.getMultiPartRequest()
On each request it must return a new instance as implementation could be not thread safe and thus ensure of resource clean up -
Uses of MultiPartRequest in org.apache.struts2.dispatcher.multipart
Classes in org.apache.struts2.dispatcher.multipart that implement MultiPartRequestModifier and TypeClassDescriptionclass
Abstract class with some helper methods, it should be used when starting development of another implementation ofMultiPartRequest
class
Multipart form data request adapter for Jakarta Commons FileUpload package.class
Multi-part form data request adapter for Jakarta Commons FileUpload package that leverages the streaming API rather than the traditional non-streaming API.Constructors in org.apache.struts2.dispatcher.multipart with parameters of type MultiPartRequestModifierConstructorDescriptionMultiPartRequestWrapper
(MultiPartRequest multiPartRequest, jakarta.servlet.http.HttpServletRequest request, String saveDir, LocaleProvider provider) MultiPartRequestWrapper
(MultiPartRequest multiPartRequest, jakarta.servlet.http.HttpServletRequest request, String saveDir, LocaleProvider provider, boolean disableRequestAttributeValueStackLookup) Process file downloads and log any errors.