@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-
Interface Summary Interface Description ContentAwareMimeTypeService TheContentAwareMimeTypeService
interface extends theMimeTypeService
API for services which can detect mime types based on the content passed to them.FileNameExtractor TheFileNameExtractor
interface provides an API for extracting a files name from the providedrawName
.