Uses of Class
org.jboss.dna.graph.mimetype.MimeTypeDetectorConfig

Packages that use MimeTypeDetectorConfig
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. 
 

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

Methods in org.jboss.dna.graph.mimetype with parameters of type MimeTypeDetectorConfig
 boolean MimeTypeDetectors.addDetector(MimeTypeDetectorConfig config)
          Adds the configuration for a MIME-type detector before any previously added configurations, or updates any existing one that represents the same configuration
 boolean MimeTypeDetectors.removeDetector(MimeTypeDetectorConfig config)
          Removes the configuration for a MIME-type detector.
 



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