Uses of Interface
org.millscript.commons.vfs.mime.MIMETypeHandler

Packages that use MIMETypeHandler
org.millscript.commons.vfs This package provides the interface to the virtual filing system. 
org.millscript.commons.vfs.mime This package provides MIME type support for the virtual filesystem. 
org.millscript.commons.vfs.mime.zip This package provides the "application/x-zip" MIME type support for the virtual filesystem. 
org.millscript.commons.vfs.util This package provides additional utilities for the virtual filesystem. 
 

Uses of MIMETypeHandler in org.millscript.commons.vfs
 

Methods in org.millscript.commons.vfs that return MIMETypeHandler
 MIMETypeHandler VEntry.getMIMETypeHandler(java.lang.String type)
          Returns a MIME type handler for the specified type.
 MIMETypeHandler AbstractVEntry.getMIMETypeHandler(java.lang.String type)
           
 

Uses of MIMETypeHandler in org.millscript.commons.vfs.mime
 

Classes in org.millscript.commons.vfs.mime that implement MIMETypeHandler
 class AbstractMIMETypeHandler
          This class provides a base for classes implementing the MIMETypeHandler interface.
 

Uses of MIMETypeHandler in org.millscript.commons.vfs.mime.zip
 

Classes in org.millscript.commons.vfs.mime.zip that implement MIMETypeHandler
 class ZipMIMEHandler
          This class provides the "application/x-zip" MIME type handler.
 

Uses of MIMETypeHandler in org.millscript.commons.vfs.util
 

Methods in org.millscript.commons.vfs.util that return MIMETypeHandler
 MIMETypeHandler StandardConsoleFile.getMIMETypeHandler(java.lang.String type)
           
 MIMETypeHandler ChrootFolder.getMIMETypeHandler(java.lang.String type)
           
 MIMETypeHandler ChrootFile.getMIMETypeHandler(java.lang.String type)
           
 



Copyright © 2005-2007 Open World Ltd. All Rights Reserved.