ccs.mime
Interface MimeRegProvider


public interface MimeRegProvider

An object which provides a MimeRegistry to another. This rather trivial interface is currently used by ccs.http.ThrowingHandler.


Method Summary
 MimeRegistry getMimeReg()
          Return the MimeRegistry.
 

Method Detail

getMimeReg

MimeRegistry getMimeReg()
                        throws java.io.IOException
Return the MimeRegistry.

Throws:
java.io.IOException - If the plot was lost while retrieving the registry.