Class CMSThemeFile


  • public class CMSThemeFile
    extends Object
    • Constructor Detail

      • CMSThemeFile

        public CMSThemeFile​(String filename,
                            String fullPath,
                            byte[] content)
    • 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()