org.freecompany.brimstone.module
Class ContentTypeMap

java.lang.Object
  extended by org.freecompany.brimstone.module.ContentTypeMap
All Implemented Interfaces:
java.net.FileNameMap

public class ContentTypeMap
extends java.lang.Object
implements java.net.FileNameMap


Field Summary
protected static org.freecompany.util.multicaster.Notification notifier
           
protected  java.net.FileNameMap parent
           
 
Constructor Summary
ContentTypeMap(java.net.FileNameMap parent)
           
 
Method Summary
 java.lang.String getContentTypeFor(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notifier

protected static final org.freecompany.util.multicaster.Notification notifier

parent

protected java.net.FileNameMap parent
Constructor Detail

ContentTypeMap

public ContentTypeMap(java.net.FileNameMap parent)
Method Detail

getContentTypeFor

public java.lang.String getContentTypeFor(java.lang.String name)
Specified by:
getContentTypeFor in interface java.net.FileNameMap