Uses of Interface
org.apache.sling.commons.mime.MimeTypeService

Packages that use MimeTypeService
org.apache.sling.commons.mime.internal   
org.apache.sling.engine.impl   
org.apache.sling.jcr.webdav.impl.helper   
 

Uses of MimeTypeService in org.apache.sling.commons.mime.internal
 

Classes in org.apache.sling.commons.mime.internal that implement MimeTypeService
 class MimeTypeServiceImpl
          The MimeTypeServiceImpl is the official implementation of the MimeTypeService interface.
 

Uses of MimeTypeService in org.apache.sling.engine.impl
 

Methods in org.apache.sling.engine.impl with parameters of type MimeTypeService
 void SlingMainServlet.setMimeTypeService(MimeTypeService mimeTypeService)
           
 void SlingMainServlet.unsetMimeTypeService(MimeTypeService mimeTypeService)
           
 

Uses of MimeTypeService in org.apache.sling.jcr.webdav.impl.helper
 

Constructors in org.apache.sling.jcr.webdav.impl.helper with parameters of type MimeTypeService
SlingResourceConfig(MimeTypeService mimeTypeService, Dictionary<?,?> config)
           
SlingTikaDetector(MimeTypeService mimeTypeService)
           
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.