org.jpublish.util
Class MimeType

java.lang.Object
  |
  +--org.jpublish.util.MimeType

public class MimeType
extends java.lang.Object


Constructor Summary
MimeType()
          Construct a MimeType object.
 
Method Summary
 java.util.List getSuffixes()
          Return a list of suffixes for this mime type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeType

public MimeType()
Construct a MimeType object.
Method Detail

getSuffixes

public java.util.List getSuffixes()
Return a list of suffixes for this mime type. For example, the text/html mime type could have the suffixes html and htm associated with it.
Returns:
A List of suffixes


Copyright (C) 2001 Anthony Eden. All Rights Reserved.