railo.commons.lang.mimetype
Class ContentType

java.lang.Object
  extended by railo.commons.lang.mimetype.ContentType

public class ContentType
extends Object


Constructor Summary
ContentType(String mimeType)
           
ContentType(String mimeType, String charset)
           
 
Method Summary
 String getCharset()
           
 String getMimeType()
           
 void setCharset(String charset)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentType

public ContentType(String mimeType)

ContentType

public ContentType(String mimeType,
                   String charset)
Method Detail

getMimeType

public String getMimeType()

getCharset

public String getCharset()

setCharset

public void setCharset(String charset)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Railo