Uses of Interface
org.jboss.dna.repository.DnaConfiguration.MimeTypeDetectorDefinition

Packages that use DnaConfiguration.MimeTypeDetectorDefinition
org.jboss.dna.jcr The DNA implementation of the JCR API. 
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

Uses of DnaConfiguration.MimeTypeDetectorDefinition in org.jboss.dna.jcr
 

Methods in org.jboss.dna.jcr that return DnaConfiguration.MimeTypeDetectorDefinition
 DnaConfiguration.MimeTypeDetectorDefinition<JcrConfiguration> JcrConfiguration.mimeTypeDetector(String name)
          Obtain or create a definition for the MIME type detector with the supplied name or identifier.
 

Uses of DnaConfiguration.MimeTypeDetectorDefinition in org.jboss.dna.repository
 

Methods in org.jboss.dna.repository that return DnaConfiguration.MimeTypeDetectorDefinition
 DnaConfiguration.MimeTypeDetectorDefinition<? extends DnaConfiguration> DnaConfiguration.mimeTypeDetector(String name)
          Obtain or create a definition for the MIME type detector with the supplied name or identifier.
 

Methods in org.jboss.dna.repository that return types with arguments of type DnaConfiguration.MimeTypeDetectorDefinition
 Set<DnaConfiguration.MimeTypeDetectorDefinition<? extends DnaConfiguration>> DnaConfiguration.mimeTypeDetectors()
          Get the list of MIME type detector definitions.
 



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