Package de.xima.fc.form.upload
Class AjaxUploadDetails
java.lang.Object
de.xima.fc.form.upload.AjaxUploadDetails
Details with meta data for an AJAX upload, see also
AjaxUploadManager
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Simple builder for anAjaxUploadDetails
instance. -
Method Summary
Modifier and TypeMethodDescriptionstatic AjaxUploadDetails.Builder
builder()
Creates a simple builder for anAjaxUploadDetails
instance.fileName()
md5Sum()
long
time()
-
Method Details
-
contentType
- Returns:
- Content type of the file.
-
fieldName
- Returns:
- Field name of the upload.
-
fileName
- Returns:
- Original file name of the file.
-
md5Sum
- Returns:
- MD5 sum of the entire file.
-
time
public long time()- Returns:
- Time when the request was made. Note that this is not required to correspond to a physicial time, the only requirement for this number is that a larger number implies that a request was made later.
-
builder
Creates a simple builder for anAjaxUploadDetails
instance. All fields other than time are required!- Returns:
- A new builder for an
AjaxUploadDetails
instance.
-