Interface UploadedFile

All Superinterfaces:
Serializable
All Known Implementing Classes:
StrutsUploadedFile

public interface UploadedFile extends Serializable
Virtual representation of a uploaded file used by MultiPartRequest
  • Method Details

    • length

      Long length()
    • getName

      String getName()
    • getOriginalName

      String getOriginalName()
    • isFile

      boolean isFile()
    • delete

      boolean delete()
    • getAbsolutePath

      String getAbsolutePath()
    • getContent

      Object getContent()
    • getContentType

      String getContentType()