Class VMFileInfo


  • public class VMFileInfo
    extends Object
    • Constructor Detail

      • VMFileInfo

        public VMFileInfo​(String p_strUrl,
                          String p_strFileName,
                          String p_strContentType,
                          Date p_dtLastModified)
        Parameters:
        p_strUrl - The URL of the file
        p_strFileName - the name of the file
        p_strContentType - the content type of the file
        p_dtLastModified - the lastmodified date of the file
    • Method Detail

      • getUrl

        public String getUrl()
      • getFileName

        public String getFileName()
      • getContentType

        public String getContentType()
      • isImage

        public boolean isImage()
      • getLastModified

        public long getLastModified()
      • getBrowserCacheValue

        public String getBrowserCacheValue()