Class MimeTypeUploadPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.upload.MimeTypeUploadPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class MimeTypeUploadPlugin extends org.exoplatform.container.component.BaseComponentPlugin
Created by The eXo Platform SAS Author : Nguyen Thanh Hai haint@exoplatform.com Jun 29, 2011
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    MimeTypeUploadPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.container.configuration.ConfigurationManager configurationService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getMimeType(String fileName)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MimeTypeUploadPlugin

      public MimeTypeUploadPlugin(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.container.configuration.ConfigurationManager configurationService) throws Exception
      Throws:
      Exception
  • Method Details