See: Description
Interface | Description |
---|---|
MultiPartRequest |
Abstract wrapper class HTTP requests to handle multi-part data.
|
UploadedFile |
Virtual representation of a uploaded file used by
MultiPartRequest |
Class | Description |
---|---|
AbstractMultiPartRequest |
Abstract class with some helper methods, it should be used
when starting development of another implementation of
MultiPartRequest |
JakartaMultiPartRequest |
Multipart form data request adapter for Jakarta Commons Fileupload package.
|
JakartaStreamMultiPartRequest |
Multi-part form data request adapter for Jakarta Commons FileUpload package that
leverages the streaming API rather than the traditional non-streaming API.
|
JakartaStreamMultiPartRequest.FileInfo |
Internal data structure used to store a reference to information needed
to later pass post processing data to the
FileUploadInterceptor . |
MultiPartRequestWrapper |
Parse a multipart request and provide a wrapper around the request.
|
StrutsUploadedFile |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.