Uses of Interface
org.jboss.dna.graph.mimetype.MimeTypeDetector

Packages that use MimeTypeDetector
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.mimetype This package defines an interface for the MIME type detector, which represents a component that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. 
org.jboss.dna.mimetype.aperture The classes that make up the Aperture MIME type detector. 
 

Uses of MimeTypeDetector in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return MimeTypeDetector
 MimeTypeDetector ExecutionContext.getMimeTypeDetector()
          Return an object that can be used to determine the MIME type of some content, such as the content of a file.
 

Methods in org.jboss.dna.graph with parameters of type MimeTypeDetector
 ExecutionContext ExecutionContext.with(MimeTypeDetector mimeTypeDetector)
          Create a new execution context that is the same as this context, but which uses the supplied MIME type detector.
 

Uses of MimeTypeDetector in org.jboss.dna.graph.mimetype
 

Classes in org.jboss.dna.graph.mimetype that implement MimeTypeDetector
 class ExtensionBasedMimeTypeDetector
          A MimeTypeDetector that attempts to match the extension of the supplied name against a set of known file extensions.
 class MimeTypeDetectors
          Facility for managing MimeTypeDetectorConfigs.
 

Constructor parameters in org.jboss.dna.graph.mimetype with type arguments of type MimeTypeDetector
MimeTypeDetectorConfig(String name, String description, Class<? extends MimeTypeDetector> clazz)
           
MimeTypeDetectorConfig(String name, String description, Map<String,Object> properties, Class<? extends MimeTypeDetector> clazz)
           
 

Uses of MimeTypeDetector in org.jboss.dna.mimetype.aperture
 

Classes in org.jboss.dna.mimetype.aperture that implement MimeTypeDetector
 class ApertureMimeTypeDetector
          A MimeTypeDetector that uses the Aperture library.
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.