Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.mimetype.MimetypeDetectionException

Packages that use MimetypeDetectionException
org.nuxeo.ecm.platform.convert.plugins   
org.nuxeo.ecm.platform.mimetype.interfaces   
org.nuxeo.ecm.platform.mimetype.service   
 

Uses of MimetypeDetectionException in org.nuxeo.ecm.platform.convert.plugins
 

Methods in org.nuxeo.ecm.platform.convert.plugins that throw MimetypeDetectionException
 Blob ZipCachableBlobHolder.getBlob(String path)
           
 

Uses of MimetypeDetectionException in org.nuxeo.ecm.platform.mimetype.interfaces
 

Methods in org.nuxeo.ecm.platform.mimetype.interfaces that throw MimetypeDetectionException
 String MimetypeRegistry.getMimetypeFromBlob(Blob blob)
          Returns the mime type from a given stream.
 String MimetypeRegistry.getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype)
          Returns the mime type from a given blob or provided default if not possible.
 String MimetypeRegistry.getMimetypeFromFile(File file)
          Returns the mime type given a file.
 String MimetypeRegistry.getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype)
          Finds the mimetype of some content according to its filename and / or binary content.
 String MimetypeRegistry.getMimetypeFromStream(InputStream stream)
          Returns the mime type from a given stream.
 String MimetypeRegistry.getMimetypeFromStreamWithDefault(InputStream is, String defaultMimetype)
          Returns the mime type from a given stream or provided default if not possible.
 Blob MimetypeRegistry.updateMimetype(Blob blob)
          Update the mimetype field of a Blob based on the embedded filename with fallback to binary sniffing.
 Blob MimetypeRegistry.updateMimetype(Blob blob, String filename)
          Update the mimetype field of a Blob based on the provided filename with fallback to binary sniffing.
 

Uses of MimetypeDetectionException in org.nuxeo.ecm.platform.mimetype.service
 

Methods in org.nuxeo.ecm.platform.mimetype.service that throw MimetypeDetectionException
 String MimetypeRegistryService.getMimetypeFromBlob(Blob blob)
           
 String MimetypeRegistryService.getMimetypeFromBlobWithDefault(Blob blob, String defaultMimetype)
          Finds the mimetype of a Blob content and returns provided default if not possible.
 String MimetypeRegistryService.getMimetypeFromFile(File file)
           
 String MimetypeRegistryService.getMimetypeFromFilenameAndBlobWithDefault(String filename, Blob blob, String defaultMimetype)
          Finds the mimetype of some content according to its filename and / or binary content.
 String MimetypeRegistryService.getMimetypeFromStream(InputStream stream)
          Deprecated. 
 String MimetypeRegistryService.getMimetypeFromStreamWithDefault(InputStream is, String defaultMimetype)
          Deprecated. 
 Blob MimetypeRegistryService.updateMimetype(Blob blob)
           
 Blob MimetypeRegistryService.updateMimetype(Blob blob, String filename)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.