org.apache.cocoon.portal.pluto.om.common
Class MimeType
java.lang.Object
org.apache.cocoon.portal.pluto.om.common.MimeType
public class MimeType
- extends Object
- Version:
- CVS $Id: MimeType.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MimeType
public MimeType()
getExtension
public String getExtension()
- Returns:
- Returns the extension.
setExtension
public void setExtension(String extension)
- Parameters:
extension
- The extension to set.
getMimeType
public String getMimeType()
- Returns:
- Returns the mimeType.
setMimeType
public void setMimeType(String mimeType)
- Parameters:
mimeType
- The mimeType to set.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.