Uses of Class
com.arsdigita.mimetypes.MimeType

Packages that use MimeType
com.arsdigita.mimetypes Tools for managing and representing mimetypes. 
com.arsdigita.search.converter   
 

Uses of MimeType in com.arsdigita.mimetypes
 

Subclasses of MimeType in com.arsdigita.mimetypes
 class ImageMimeType
          A mime type for images.
 class TextMimeType
          A textual mime-type
 

Methods in com.arsdigita.mimetypes that return MimeType
 MimeType MimeTypeExtension.getMimeTypeObject()
           
 MimeType MimeTypeCollection.getMimeType()
          Returns a MimeType for the current position in the collection.
 MimeType MimeTypeExtensionCollection.getMimeType()
           
 MimeType MimeType.specialize()
          Return a specific Java subclass of this mime type
static MimeType MimeType.loadMimeType(String mimeTypeName)
          Return an instance of the specified mime type.
static MimeType MimeType.createMimeType(String mimeTypeName, String javaClass, String objectType)
          Create a new instance of the specified Java subclass of MimeType.
static MimeType MimeType.guessMimeType(String fileExtension)
          Guess the mime type from a file extension.
static MimeType MimeType.guessMimeTypeFromFile(String fileName)
          Guess the mime type from the given file name.
 

Methods in com.arsdigita.mimetypes with parameters of type MimeType
static MimeTypeExtension MimeTypeExtension.create(String fileExtension, MimeType mimeType)
           
 void MimeTypeExtension.setMimeTypeObject(MimeType object)
           
 

Uses of MimeType in com.arsdigita.search.converter
 

Methods in com.arsdigita.search.converter that return MimeType
 MimeType[] Converter.getMimeTypes()
          This returns an array of all MimeTypes that this converter is able to convert to a String.
 MimeType[] BaseConverter.getMimeTypes()
          This returns an array of all MimeTypes that this converter is able to convert to a String.
 

Methods in com.arsdigita.search.converter with parameters of type MimeType
static void ConverterRegistry.registerConverter(Converter converter, MimeType[] mimeTypes)
          Initializers should register their converters here.
static Converter ConverterRegistry.getConverter(MimeType mimeType)
          This will return the appropriate converter, if one has been registered.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC