Class FileInfo

  • Direct Known Subclasses:
    FileInfo

    public abstract class FileInfo
    extends java.lang.Object
    Additional metadata about the file being uploaded/that was uploaded using the FileUploadDirectives
    • Constructor Summary

      Constructors 
      Constructor Description
      FileInfo()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract ContentType getContentType()
      Content type of the file
      abstract java.lang.String getFieldName()
      Name of the form field the file was uploaded in
      abstract java.lang.String getFileName()
      User specified name of the uploaded file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileInfo

        public FileInfo()
    • Method Detail

      • getContentType

        public abstract ContentType getContentType()
        Content type of the file
        Returns:
        (undocumented)
      • getFieldName

        public abstract java.lang.String getFieldName()
        Name of the form field the file was uploaded in
        Returns:
        (undocumented)
      • getFileName

        public abstract java.lang.String getFileName()
        User specified name of the uploaded file
        Returns:
        (undocumented)