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 classSimple builder for anAjaxUploadDetailsinstance. -
Method Summary
Modifier and TypeMethodDescriptionstatic AjaxUploadDetails.Builderbuilder()Creates a simple builder for anAjaxUploadDetailsinstance.fileName()md5Sum()longtime()
-
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 anAjaxUploadDetailsinstance. All fields other than time are required!- Returns:
- A new builder for an
AjaxUploadDetailsinstance.
-