Class CMSThemeFile

java.lang.Object
org.fenixedu.cms.domain.CMSThemeFile

public class CMSThemeFile extends Object
  • Constructor Details

    • CMSThemeFile

      public CMSThemeFile(String filename, String fullPath, byte[] content)
  • Method Details

    • getFullPath

      public String getFullPath()
    • getContent

      public byte[] getContent()
    • getContentType

      public String getContentType()
    • getFileName

      public String getFileName()
    • getFileSize

      public long getFileSize()
    • getLastModified

      public org.joda.time.DateTime getLastModified()
    • toJson

      public com.google.gson.JsonElement toJson()