Apache Tomcat 6.0.53

org.apache.tomcat.util.http.parser
Class MediaType

java.lang.Object
  extended by org.apache.tomcat.util.http.parser.MediaType

public class MediaType
extends java.lang.Object


Constructor Summary
protected MediaType(java.lang.String type, java.lang.String subtype, java.util.LinkedHashMap<java.lang.String,java.lang.String> parameters)
           
 
Method Summary
 java.lang.String getCharset()
           
 int getParameterCount()
           
 java.lang.String getParameterValue(java.lang.String parameter)
           
 java.lang.String getSubtype()
           
 java.lang.String getType()
           
 java.lang.String toString()
           
 java.lang.String toStringNoCharset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaType

protected MediaType(java.lang.String type,
                    java.lang.String subtype,
                    java.util.LinkedHashMap<java.lang.String,java.lang.String> parameters)
Method Detail

getType

public java.lang.String getType()

getSubtype

public java.lang.String getSubtype()

getCharset

public java.lang.String getCharset()

getParameterCount

public int getParameterCount()

getParameterValue

public java.lang.String getParameterValue(java.lang.String parameter)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toStringNoCharset

public java.lang.String toStringNoCharset()

Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.