Package | Description |
---|---|
org.apache.struts2.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
org.apache.struts2.dispatcher.multipart |
Classes to help dispatch multipart HTTP requests.
|
org.apache.struts2.interceptor |
Class and Description |
---|
MultiPartRequest
Abstract wrapper class HTTP requests to handle multi-part data.
|
Class and Description |
---|
AbstractMultiPartRequest
Abstract class with some helper methods, it should be used
when starting development of another implementation of
MultiPartRequest |
JakartaStreamMultiPartRequest.FileInfo
Internal data structure used to store a reference to information needed
to later pass post processing data to the
FileUploadInterceptor . |
MultiPartRequest
Abstract wrapper class HTTP requests to handle multi-part data.
|
UploadedFile
Virtual representation of a uploaded file used by
MultiPartRequest |
Class and Description |
---|
UploadedFile
Virtual representation of a uploaded file used by
MultiPartRequest |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.