|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiPartRequest | |
|---|---|
| org.apache.struts2.dispatcher | Classes for action dispatching in Struts (the Controller part of MVC). |
| org.apache.struts2.dispatcher.multipart | Classes to help dispatch multipart HTTP requests. |
| Uses of MultiPartRequest in org.apache.struts2.dispatcher |
|---|
| Methods in org.apache.struts2.dispatcher that return MultiPartRequest | |
|---|---|
protected 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 MultiPartRequest | |
|---|---|
class |
JakartaMultiPartRequest
Multipart form data request adapter for Jakarta Commons Fileupload package. |
| Constructors in org.apache.struts2.dispatcher.multipart with parameters of type MultiPartRequest | |
|---|---|
MultiPartRequestWrapper(MultiPartRequest multiPartRequest,
javax.servlet.http.HttpServletRequest request,
String saveDir,
LocaleProvider provider)
Process file downloads and log any errors. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||