Class VHFileDescriptor

java.lang.Object
de.uplanet.lucy.server.util.VHFileDescriptor
All Implemented Interfaces:
IVHFileDescriptor

public final class VHFileDescriptor extends Object implements IVHFileDescriptor
Holds the necessary information for the FileValueHolder.
  • Constructor Details

    • VHFileDescriptor

      public VHFileDescriptor(File p_file, String p_strFileName, String p_strContentType, Date p_lastModified, boolean p_bStreamingMode)
      Parameters:
      p_file - The physical file
      p_strFileName - The file name
      p_strContentType - The content type of the file
      p_lastModified - The last modified date of the file
      p_bStreamingMode - Should be true for streaming, should normally be false, otherwise server must stream the file up to the web).
  • Method Details