Package 

Class UploadedFile

  • All Implemented Interfaces:

    
    public final class UploadedFile
    
                        

    Data class containing the content and meta-info of an uploaded file. content: the file-content as an InputStream: the content-type passed by the client size: the size of the file in bytes filename: the file-name reported by the client extension: the file-extension, extracted from the filename

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      UploadedFile(Part part)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description