Package ratpack.form
Interface UploadedFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFileName()
The name given for the file.-
Methods inherited from interface ratpack.http.TypedData
getBuffer, getBytes, getContentType, getInputStream, getText, getText, writeTo
-
-
-
-
Method Detail
-
getFileName
@Nullable java.lang.String getFileName()
The name given for the file.- Returns:
- The name given for the file, or
null
if no name was provided.
-
-