Package org.apache.sling.commons.contentdetection
@Version("1.0.0")
package org.apache.sling.commons.contentdetection
Extends the
MimeTypeService
service used by client to resolve MIME type information based on content as well as the
FileNameExtractor service
for extracting the file name from a url or path-
InterfacesClassDescriptionThe
ContentAwareMimeTypeServiceinterface extends theMimeTypeServiceAPI for services which can detect mime types based on the content passed to them.TheFileNameExtractorinterface provides an API for extracting a files name from the providedrawName.