Uses of Interface
org.alfresco.service.cmr.repository.MimetypeService
-
Packages that use MimetypeService Package Description org.alfresco.repo.content org.alfresco.repo.content.encoding org.alfresco.service.cmr.repository -
-
Uses of MimetypeService in org.alfresco.repo.content
Classes in org.alfresco.repo.content that implement MimetypeService Modifier and Type Class Description classMimetypeMapProvides a bidirectional mapping between well-known mimetypes and the registered file extensions. -
Uses of MimetypeService in org.alfresco.repo.content.encoding
Methods in org.alfresco.repo.content.encoding with parameters of type MimetypeService Modifier and Type Method Description voidContentCharsetFinder. setMimetypeService(MimetypeService mimetypeService)Set the mimetype service that will help determine if a particular mimetype can be treated as encoded text or not. -
Uses of MimetypeService in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type MimetypeService Modifier and Type Method Description voidMimetypeServiceAware. setMimetypeService(MimetypeService mimetypeService)
-