Class CMSFile

java.lang.Object
com.netscape.cms.servlet.common.CMSFile
Direct Known Subclasses:
CMSTemplate

public class CMSFile extends Object
CMSFile represents a file from the filesystem cached in memory
Version:
$Revision$, $Date$
  • Field Details

    • mAbsPath

      protected String mAbsPath
    • mLastModified

      protected long mLastModified
    • mContent

      protected byte[] mContent
    • mLastAccess

      protected long mLastAccess
  • Constructor Details

  • Method Details