Class JakartaStreamMultiPartRequest.FileInfo
java.lang.Object
org.apache.struts2.dispatcher.multipart.JakartaStreamMultiPartRequest.FileInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JakartaStreamMultiPartRequest
Internal data structure used to store a reference to information needed
to later pass post processing data to the
FileUploadInterceptor
.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileInfo
Default constructor.- Parameters:
file
- the filecontentType
- content typeoriginalName
- original file name
-
-
Method Details
-
getFile
- Returns:
- the file
-
getContentType
- Returns:
- content type
-
getOriginalName
- Returns:
- original file name
-