Package org.fenixedu.cms.domain
Class CMSThemeFile
- java.lang.Object
-
- org.fenixedu.cms.domain.CMSThemeFile
-
public class CMSThemeFile extends Object
-
-
Constructor Summary
Constructors Constructor Description CMSThemeFile(String filename, String fullPath, byte[] content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()StringgetContentType()StringgetFileName()longgetFileSize()StringgetFullPath()org.joda.time.DateTimegetLastModified()com.google.gson.JsonElementtoJson()
-
-
-
Method Detail
-
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()
-
-